We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6e21a commit c0ccac2Copy full SHA for c0ccac2
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: bash scripts/build.sh
31
32
- name: Deploy
33
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
publish_dir: ./dist
0 commit comments