Skip to content

Commit 1fd7e24

Browse files
author
Verweijen
committed
Change default branch to main
1 parent afe3877 commit 1fd7e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: docs/build/html/
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v3
22-
if: github.ref == 'refs/heads/package'
22+
if: github.ref == 'refs/heads/main'
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
publish_dir: docs/build/html

0 commit comments

Comments
 (0)