Skip to content

Commit 1efabfd

Browse files
Temp: test deploy
1 parent 37e2773 commit 1efabfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Build docs
3030
run: pip install tox && tox -e build-docs
3131
- name: Upload docs artifact
32-
if: github.event_name == 'push'
32+
if: github.event_name == 'pull_request'
3333
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: docs/build/html
3636

3737
deploy-gh-pages:
38-
if: github.event_name == 'push'
38+
if: github.event_name == 'pull_request'
3939
needs: build-docs
4040
runs-on: ubuntu-latest
4141
environment:

0 commit comments

Comments
 (0)