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 e157534 commit 8c78f6dCopy full SHA for 8c78f6d
.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
sphinx-build docs/source docs/build
23
- name: Deploy to GitHub Pages
24
uses: peaceiris/actions-gh-pages@v3
25
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }}
26
with:
27
publish_branch: gh-pages
28
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments