mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Update rustsec-admin version to use new website generator (#810)
This commit is contained in:
6
.github/workflows/publish-web.yml
vendored
6
.github/workflows/publish-web.yml
vendored
@@ -14,12 +14,12 @@ jobs:
|
|||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/.cargo/bin
|
path: ~/.cargo/bin
|
||||||
key: rustsec-admin-v0.3.4
|
key: rustsec-admin-v0.4.0
|
||||||
- run: |
|
- run: |
|
||||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||||
cargo install rustsec-admin --vers 0.3.4
|
cargo install rustsec-admin --vers 0.4.0
|
||||||
fi
|
fi
|
||||||
rustsec-admin web
|
rustsec-admin web .
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user