We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a34f6f commit d03e71eCopy full SHA for d03e71e
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Build docs
86
run: make docs
87
- name: Deploy
88
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
89
if: ${{ github.event_name == 'release' }}
90
with:
91
publish_branch: gh-pages
0 commit comments