Skip to content

Commit c7b69de

Browse files
committed
ci: remove trigger event used for testing
1 parent f6edfa5 commit c7b69de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-api-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build and Upload Python API Docs
22

33
on:
4-
push:
5-
branches:
6-
- docs/api-docs
74
workflow_dispatch:
85

96
permissions: {}
@@ -53,6 +50,7 @@ jobs:
5350
- name: "Build HTML Documentation"
5451
run: |
5552
${PYBIN}/python -m sphinx -b html -W --keep-going docs/source docs/_build/html
53+
5654
- name: "Upload API Docs"
5755
uses: actions/upload-artifact@v4
5856
with:
@@ -96,6 +94,7 @@ jobs:
9694
run: |
9795
python3 -c "import platform; print(platform.machine())"
9896
python3 -m sphinx -b html -W --keep-going -v docs/source docs/_build/html
97+
9998
- name: "Upload API Docs"
10099
uses: actions/upload-artifact@v4
101100
with:
@@ -174,6 +173,7 @@ jobs:
174173
- name: "Generate python API Documentation"
175174
run: |
176175
python ./docs/generate_docs.py
176+
177177
- name: "Build HTML Documentation"
178178
run: python -m sphinx -b html -W --keep-going docs/source docs/_build/html
179179

0 commit comments

Comments
 (0)