Skip to content

Commit f344a1e

Browse files
committed
Change event_name for "Push PR preview".
1 parent ff003dd commit f344a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
make BUILDDIR=${PWD}/_build -C doc/ html
9090
- name: Push PR preview
9191
if: |
92-
github.event_name == 'pull_request'
92+
github.event_name == 'push'
9393
uses: peaceiris/actions-gh-pages@v3
9494
with:
9595
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)