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 4c16b1d commit 83c9cc4Copy full SHA for 83c9cc4
.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@v4.0.0
44
with:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
publish_dir: ./site
0 commit comments