We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af05cbb commit 2769afbCopy full SHA for 2769afb
1 file changed
.github/workflows/documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
sphinx-build docs/source docs/build
20
- name: Deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments