We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55de5ea commit 0433b9dCopy full SHA for 0433b9d
.github/workflows/sphinx-make-page.yml
@@ -53,7 +53,7 @@ jobs:
53
path: gh-pages
54
- name: Deploy Pages
55
if: ${{ success() && github.event_name != 'pull_request' && !env.ACT }}
56
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
57
with:
58
github_token: ${{ secrets.GITHUB_TOKEN }}
59
publish_dir: ./_build/html
0 commit comments