Skip to content

Commit

Permalink
Update build_napari.yml to drop doctrees (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Apr 12, 2024
1 parent 34d4ba1 commit c8fe158
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 c8fe158

Please sign in to comment.