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 78a77b6 commit 798594cCopy full SHA for 798594c
.github/workflows/sphinx.yml
@@ -16,7 +16,7 @@ jobs:
16
sphinx-build docs _build
17
- name: Deploy
18
uses: peaceiris/actions-gh-pages@v3
19
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
20
with:
21
publish_branch: gh-pages
22
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments