We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9655330 commit 84a1e6bCopy full SHA for 84a1e6b
.github/workflows/pages.yaml
@@ -47,7 +47,7 @@ jobs:
47
find ./site/public
48
49
- name: Deploy
50
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
51
with:
52
github_token: ${{ secrets.GITHUB_TOKEN }}
53
publish_dir: ./site/public
0 commit comments