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 39931de commit d46a297Copy full SHA for d46a297
.github/workflows/gh-pages.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Deploy to GitHub Pages
42
if: github.ref == 'refs/heads/main'
43
- uses: peaceiris/actions-gh-pages@v3.0.0
+ uses: peaceiris/actions-gh-pages@v3.9.3
44
with:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
publish_dir: ./site
0 commit comments