diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ea5c02..9c30415 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,9 +102,15 @@ jobs: executor: node-executor steps: - checkout + - restore_cache: + name: Restore yarn package cache + key: npm-v7-dependencies-{{ checksum "yarn.lock" }} - run: name: Build doc command: yarn doc:build + - store_artifacts: + path: doc-server/ + destination: doc-artifact/ workflows: version: 2 integration: