Skip to content

Commit

Permalink
remove master branch from doc build action
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtownson committed Sep 4, 2023
1 parent b7c4ac4 commit e3aa5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sphinx-build doc/source _build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }}
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3aa5a4

Please sign in to comment.