We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b1d16 commit e6cc649Copy full SHA for e6cc649
.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
path: ./build
63
64
- name: Deploy to GH Pages
65
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
66
with:
67
github_token: ${{ secrets.GITHUB_TOKEN }}
68
publish_dir: ./build
0 commit comments