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 c4ebb8d commit 5dc7973Copy full SHA for 5dc7973
.github/workflows/build.yml
@@ -52,6 +52,6 @@ jobs:
52
black --check --target-version=py35 .
53
- name: Build assets
54
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
55
- - name: Build docs
56
- working-directory: docs
57
- run: sphinx-build -E -W -b html . _build/html
+ # - name: Build docs
+ # working-directory: docs
+ # run: sphinx-build -E -W -b html . _build/html
0 commit comments