Skip to content

Commit b107968

Browse files
committed
Persist artifacts to workspace
1 parent 47a9cbe commit b107968

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
command: |
5555
. venv/bin/activate
5656
xvfb-run --auto-servernum make docs-build GALLERY_PATH=../napari/examples/
57+
- store_artifacts:
58+
path: docs/_build/
59+
- persist_to_workspace:
60+
root: .
61+
paths:
62+
- docs/_build/
5763

5864
# Invoke jobs via workflows
5965
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows

0 commit comments

Comments
 (0)