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 7386504 commit f9066e2Copy full SHA for f9066e2
.github/workflows/documentation.yml
@@ -19,9 +19,9 @@ jobs:
19
sphinx-build -M html 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/production' }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: docs/build/html
27
- force_orphan: true
+ force_orphan: true
0 commit comments