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