Fix Github Action
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- run: git fetch --prune
|
- run: git fetch --prune
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run generate
|
- run: npm run generate:gh-pages
|
||||||
- uses: peaceiris/actions-gh-pages@ba0b7df03e25ff29c924be8149041119e9421ea6
|
- uses: peaceiris/actions-gh-pages@ba0b7df03e25ff29c924be8149041119e9421ea6
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user