We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939456a commit f3454acCopy full SHA for f3454ac
1 file changed
.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- restore_cache:
20
keys:
21
- - jupyter
+ - jupyter_ch
22
23
- run:
24
name: Build HTML rendering of notebooks
@@ -27,9 +27,9 @@ jobs:
27
python -m tox -e py312-buildhtml
28
29
- save_cache:
30
- key: jupyter
+ key: jupyter_ch
31
paths:
32
- - ~/_build/.jupyter_cache
+ - _build/.jupyter_cache
33
34
- store_artifacts:
35
path: _build/html
0 commit comments