Skip to content

Commit 7c6eb35

Browse files
committed
disable docs workflow
1 parent 4309f55 commit 7c6eb35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
with:
6060
name: bundles
6161
path: ${{ github.workspace }}/bundles/
62-
- name: Build docs
63-
working-directory: docs
64-
run: sphinx-build -E -W -b html . _build/html
62+
# - name: Build docs
63+
# working-directory: docs
64+
# run: sphinx-build -E -W -b html . _build/html
6565
- name: Check For pyproject.toml
6666
id: need-pypi
6767
run: |

0 commit comments

Comments
 (0)