From 2185a6b209bc1cd333590a615a06921d7ca49abb Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 23 Jun 2020 18:40:47 +0200 Subject: [PATCH] store built site --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 747184c..a9a5d8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,11 @@ jobs: steps: - run: yarn install - run: yarn test:coverage + - run: yarn build - store_artifacts: path: coverage + - store_artifacts: + path: public - codecov/upload: file: coverage/cobertura-coverage.xml workflows: