We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff003dd commit f344a1eCopy full SHA for f344a1e
.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
89
make BUILDDIR=${PWD}/_build -C doc/ html
90
- name: Push PR preview
91
if: |
92
- github.event_name == 'pull_request'
+ github.event_name == 'push'
93
uses: peaceiris/actions-gh-pages@v3
94
with:
95
github_token: ${{secrets.GITHUB_TOKEN}}
0 commit comments