|
|
@ -48,13 +48,6 @@ jobs: |
|
|
|
- name: Pre-commit hooks |
|
|
|
run: | |
|
|
|
pre-commit run --all-files |
|
|
|
- name: Build assets |
|
|
|
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . |
|
|
|
- name: Archive bundles |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: bundles |
|
|
|
path: ${{ github.workspace }}/bundles/ |
|
|
|
- name: Build docs |
|
|
|
working-directory: docs |
|
|
|
run: sphinx-build -E -W -b html . _build/html |
|
|
|