Skip to content

Commit

Permalink
remove if: github.event_name == 'push' from deploy docs workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema committed Aug 1, 2024
1 parent 883ca2b commit 7183829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/sphinx/
if: github.event_name == 'push'
publish_dir: ./build/sphinx/

0 comments on commit 7183829

Please sign in to comment.