From ce46b87d2c16f22ce06857e0e904ec396553cc58 Mon Sep 17 00:00:00 2001 From: lamya-rey <61109480+lamya-rey@users.noreply.github.com> Date: Sun, 17 Jan 2021 18:23:55 +0100 Subject: [PATCH] :construction_worker: update config.yml --- .circleci/config.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8642901..5045885 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,25 +14,25 @@ jobs: paths: - node_modules key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} - server-doc-build: - docker: - - image: circleci/node:dubnium-browsers - working_directory: ~/repo - steps: - - checkout - - restore_cache: - key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} - - run: yarn doc:build - - run: - name: Copy deployment artifacts to workspace - command: | - cp doc-server/ /tmp/server-doc -r - - store_artifacts: - path: /tmp/server-doc - - persist_to_workspace: - root: /tmp - paths: - - server-doc + server-doc-build: + docker: + - image: circleci/node:dubnium-browsers + working_directory: ~/repo + steps: + - checkout + - restore_cache: + key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} + - run: yarn doc:build + - run: + name: Copy deployment artifacts to workspace + command: | + cp doc-server/ /tmp/server-doc -r + - store_artifacts: + path: /tmp/server-doc + - persist_to_workspace: + root: /tmp + paths: + - server-doc server-doc-deploy: docker: - image: circleci/node:dubnium-browsers