Skip to content

Commit 5dc7973

Browse files
author
Jim Bennett
committed
Update build.yml
1 parent c4ebb8d commit 5dc7973

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
@@ -52,6 +52,6 @@ jobs:
5252
black --check --target-version=py35 .
5353
- name: Build assets
5454
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
55+
# - name: Build docs
56+
# working-directory: docs
57+
# run: sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)