File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Build docs
3030 run : pip install tox && tox -e build-docs
3131 - name : Upload docs artifact
32- if : github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
32+ if : github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
3333 uses : actions/upload-artifact@v4
3434 with :
3535 name : docs-html
5454 source-dir : docs/build/html
5555
5656 deploy-gh-pages :
57- if : github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
57+ if : github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
5858 needs : build-docs
5959 runs-on : ubuntu-latest
6060 steps :
You can’t perform that action at this time.
0 commit comments