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 538dfa0 commit 59bc90fCopy full SHA for 59bc90f
.github/workflows/hourly-sitegen.yml
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Deploy to GitHub Pages
32
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: ./docs # The folder generated by your build process
0 commit comments