Skip to content

Commit 2769afb

Browse files
authored
Update documentation.yml
1 parent af05cbb commit 2769afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sphinx-build 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/master' }}
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)