Skip to content

Commit c8fe158

Browse files
Update build_napari.yml to drop doctrees (#160)
1 parent 34d4ba1 commit c8fe158

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_napari.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,9 @@ jobs:
8585
# problems with screenshots (https://github.com/napari/docs/issues/285)
8686
linux-setup: "echo 'skip setup'"
8787
linux-teardown: "echo 'skip teardown'"
88-
89-
- name: remove .doctrees folder (400Mb)
90-
run: rm -rf napari-docs/docs/_build/.doctrees
9188

9289
- name: Upload artifact
9390
uses: actions/upload-artifact@v4
9491
with:
9592
name: napari-docs
96-
path: napari-docs/docs/_build
93+
path: napari-docs/docs/_build/html/

0 commit comments

Comments
 (0)