Skip to content

Commit ae9586c

Browse files
authored
Merge pull request #21 from rossbar/ci-fix-_build
Fix persistence location in config.yml.
2 parents 32cf25c + 6f4f4f1 commit ae9586c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- save_cache:
3131
key: jupyter_ch
3232
paths:
33-
- build/.jupyter_cache
33+
- _build/.jupyter_cache
3434

3535
- store_artifacts:
36-
path: build/html
36+
path: _build/html
3737

3838
- persist_to_workspace:
39-
root: build
39+
root: _build
4040
paths:
4141
- html
4242

0 commit comments

Comments
 (0)