We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4309f55 commit 7c6eb35Copy full SHA for 7c6eb35
.github/workflows/build.yml
@@ -59,9 +59,9 @@ jobs:
59
with:
60
name: bundles
61
path: ${{ github.workspace }}/bundles/
62
- - name: Build docs
63
- working-directory: docs
64
- run: sphinx-build -E -W -b html . _build/html
+# - name: Build docs
+# working-directory: docs
+# run: sphinx-build -E -W -b html . _build/html
65
- name: Check For pyproject.toml
66
id: need-pypi
67
run: |
0 commit comments