mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
Have publish-web GH Action auto-publish changes (#754)
Or at least, attempt to.
This commit is contained in:
8
.github/workflows/publish-web.yml
vendored
8
.github/workflows/publish-web.yml
vendored
@@ -20,10 +20,4 @@ jobs:
|
||||
cargo install rustsec-admin --vers 0.3.4
|
||||
fi
|
||||
- run: rustsec-admin web
|
||||
- uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
base: gh-pages
|
||||
branch: update-gh-pages
|
||||
commit-message: Update gh-pages
|
||||
title: Update gh-pages
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: git commit -m "Update gh-pages" && git push || true
|
||||
|
||||
Reference in New Issue
Block a user