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.
2 parents 47efdb5 + 8f8e9d1 commit ee81a52Copy full SHA for ee81a52
.github/workflows/build.yml
@@ -48,13 +48,6 @@ jobs:
48
- name: Pre-commit hooks
49
run: |
50
pre-commit run --all-files
51
- - name: Build assets
52
- run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
53
- - name: Archive bundles
54
- uses: actions/upload-artifact@v2
55
- with:
56
- name: bundles
57
- path: ${{ github.workspace }}/bundles/
58
- name: Build docs
59
working-directory: docs
60
run: sphinx-build -E -W -b html . _build/html
0 commit comments