We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085b8ee commit e4c4b1fCopy full SHA for e4c4b1f
.github/workflows/gh-pages.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
make -j2 html
25
- name: Publish to GitHub Pages
26
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: html
0 commit comments