We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58804b4 commit d05e0e5Copy full SHA for d05e0e5
1 file changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm run build
33
34
- name: Deploy to gh-pages
35
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
36
with:
37
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
38
publish_dir: ./build
0 commit comments