mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-16 19:46:16 +00:00
Updated deploy action to use actions user
According to https://github.com/tschaub/gh-pages
This commit is contained in:
2
.github/workflows/deploy-gh-pages.yml
vendored
2
.github/workflows/deploy-gh-pages.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
|||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npm run cy:start-and-run
|
- run: npm run cy:start-and-run
|
||||||
- run: npm run deploy
|
- run: npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user