From 79615b7a06b0dd04dfa50fd27a138e1c37f82b95 Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:59:07 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0c00aa..04ae438 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: auth: username: adrienba password: $MYDOCKERHUB_PASSWORD - working_directory: /folder + working_directory: folder steps: - checkout - restore_cache: @@ -105,13 +105,13 @@ jobs: - npm-v1-dependencies - run: name: "yarn doc:build" - command: yarn doc:build > /folder/docs + command: yarn doc:build - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: - node_modules - store_artifacts: - path: /folder/docs + path: docs destination: documentation