From 8f8e9d19be179d641f5cbdf3ee510d2e00198177 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 10 Jan 2024 13:46:11 -0800 Subject: [PATCH] Remove Build Assets which is causing PRs to fail --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c013be0..a23e504 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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