Skip to content

Commit ee81a52

Browse files
authored
Merge pull request #339 from makermelissa/main
Remove Build Assets which is causing PRs to fail
2 parents 47efdb5 + 8f8e9d1 commit ee81a52

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ jobs:
4848
- name: Pre-commit hooks
4949
run: |
5050
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/
5851
- name: Build docs
5952
working-directory: docs
6053
run: sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)