Skip to content

Commit

Permalink
Update build_napari.yml to drop doctrees (napari#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored and melissawm committed May 28, 2024
1 parent f9bc310 commit 74c8fd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_napari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ jobs:
# problems with screenshots (https://github.com/napari/docs/issues/285)
linux-setup: "echo 'skip setup'"
linux-teardown: "echo 'skip teardown'"

- name: remove .doctrees folder (400Mb)
run: rm -rf napari-docs/docs/_build/.doctrees

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: napari-docs
path: napari-docs/docs/_build
path: napari-docs/docs/_build/html/

0 comments on commit 74c8fd8

Please sign in to comment.