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 d5c087d + a84ff05 commit d767f4eCopy full SHA for d767f4e
1 file changed
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
make html
21
- name: Deploy to GitHub Pages
22
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
23
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
24
with:
25
publish_branch: gh-pages
0 commit comments