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.
2 parents 00c6bfa + 85c8462 commit d40158cCopy full SHA for d40158c
.github/workflows/deploy-site.yml
@@ -28,7 +28,7 @@ jobs:
28
mv index.html docs/
29
30
- name: Publish to GitHub Pages
31
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_dir: ./docs
0 commit comments