Skip to content

Commit ed5e8eb

Browse files
committed
trigger main doc build once, to be deleted soon
Signed-off-by: Shengliang Xu <shengliangx@nvidia.com>
1 parent 8ddaec5 commit ed5e8eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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' || 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
@@ -54,7 +54,7 @@ jobs:
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:

0 commit comments

Comments
 (0)