Skip to content

Commit

Permalink
fix persist path
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Nov 7, 2023
1 parent c757f52 commit 95ea400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
environment:
PIP_CONSTRAINT: ../napari/resources/constraints/constraints_py3.10_docs.txt
- store_artifacts:
path: docs/_build/
path: docs/docs/_build/
- persist_to_workspace:
root: .
paths:
- docs/_build/
- docs/docs/_build/
workflows:
build-docs:
jobs:
Expand Down

0 comments on commit 95ea400

Please sign in to comment.