We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe3877 commit 1fd7e24Copy full SHA for 1fd7e24
.github/workflows/sphinx.yml
@@ -19,7 +19,7 @@ jobs:
19
path: docs/build/html/
20
- name: Deploy
21
uses: peaceiris/actions-gh-pages@v3
22
- if: github.ref == 'refs/heads/package'
+ if: github.ref == 'refs/heads/main'
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
publish_dir: docs/build/html
0 commit comments