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 09d51b7 commit 9167e96Copy full SHA for 9167e96
.github/workflows/deploy-gh-pages.yml
@@ -23,7 +23,7 @@ jobs:
23
run: yarn build
24
- name: Deploy
25
if: ${{ github.event_name == 'push' }}
26
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./build
0 commit comments