Browse Source

Remove Build Assets which is causing PRs to fail

pull/339/head
Melissa LeBlanc-Williams 1 year ago
parent
commit
8f8e9d19be
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      .github/workflows/build.yml

+ 0
- 7
.github/workflows/build.yml View File

@ -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


|||||||
x
 
000:0
Loading…
Cancel
Save