From f3fa43a65c936e361f3e341fd54889ae56131207 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 12:02:24 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4422a3..3b6eb04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,20 +85,19 @@ jobs: auth: username: henriboulnois password: $DOCKERHUB_PASSWORD - working_directory: /build steps: - checkout - restore_cache: keys: - npm-v2-dependencies-{{ checksum "yarn.lock" }} - npm-v2-dependencies - - run: yarn doc:build > /build/doc; + - run: yarn doc:build - save_cache: paths: - node_modules key: npm-v2-dependencies-{{ checksum "yarn.lock" }} - store_artifacts: - path: /build/doc + path: docs destination: build workflows: