From 6f4f4f1de57299c8f91cd53a0f7916c5df1def0c Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 12 May 2025 14:32:16 -0700 Subject: [PATCH] Fix persistence location in config.yml. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a78076b..08ccf31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,13 +30,13 @@ jobs: - save_cache: key: jupyter_ch paths: - - build/.jupyter_cache + - _build/.jupyter_cache - store_artifacts: - path: build/html + path: _build/html - persist_to_workspace: - root: build + root: _build paths: - html