Skip to content

Commit f9066e2

Browse files
authored
Change deployment branch from main to production
1 parent 7386504 commit f9066e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
sphinx-build -M html docs/source/ docs/build/
2020
- name: Deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
22-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
22+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/production' }}
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: docs/build/html
27-
force_orphan: true
27+
force_orphan: true

0 commit comments

Comments
 (0)