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 2a3633c commit 19c6697Copy full SHA for 19c6697
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: npm run build
30
31
- name: Deploy
32
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
33
with:
34
github_token: ${{ secrets.GH_PAGES_TOKEN }}
35
publish_dir: ./public
0 commit comments