We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e2773 commit 1efabfdCopy full SHA for 1efabfd
.github/workflows/pages.yml
@@ -29,13 +29,13 @@ jobs:
29
- name: Build docs
30
run: pip install tox && tox -e build-docs
31
- name: Upload docs artifact
32
- if: github.event_name == 'push'
+ if: github.event_name == 'pull_request'
33
uses: actions/upload-pages-artifact@v3
34
with:
35
path: docs/build/html
36
37
deploy-gh-pages:
38
39
needs: build-docs
40
runs-on: ubuntu-latest
41
environment:
0 commit comments