Skip to content

Commit 8c78f6d

Browse files
committed
Changed gh-pages.yml branch to dev
1 parent e157534 commit 8c78f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx-build docs/source docs/build
2323
- name: Deploy to GitHub Pages
2424
uses: peaceiris/actions-gh-pages@v3
25-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
25+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }}
2626
with:
2727
publish_branch: gh-pages
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)