Have publish-web GH Action auto-publish changes (#754)

Or at least, attempt to.
This commit is contained in:
Tony Arcieri
2021-02-04 12:19:22 -08:00
committed by GitHub
parent 9a17f44449
commit 67b958f393

View File

@@ -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