Skip to content

Commit 2240486

Browse files
remove master branch from doc build action
1 parent ef2453d commit 2240486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sphinx-build doc/source _build
1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v3
19-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }}
19+
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2020
with:
2121
publish_branch: gh-pages
2222
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)