Skip to content

Commit

Permalink
Change event_name for "Push PR preview".
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 3, 2024
1 parent ff003dd commit f344a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
make BUILDDIR=${PWD}/_build -C doc/ html
- name: Push PR preview
if: |
github.event_name == 'pull_request'
github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit f344a1e

Please sign in to comment.