We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7a3905 + 837cb7d commit e5eb10bCopy full SHA for e5eb10b
1 file changed
.github/workflows/documentation.yaml
@@ -14,7 +14,7 @@ jobs:
14
sphinx-build doc/source doc/build
15
- name: Deploy
16
uses: peaceiris/actions-gh-pages@v3
17
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
18
with:
19
publish_branch: gh-pages
20
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments