From 0b8efdcf4e85b9a04b5b5290273ca96e3c3ed5b7 Mon Sep 17 00:00:00 2001 From: khelia <58723166+khelia148@users.noreply.github.com> Date: Sun, 28 Mar 2021 17:38:53 +0200 Subject: [PATCH] update config.yml --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 977e03e..095ad34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,8 +14,6 @@ workflows: only: - main - publish_image: - context: - - DOCKER requires: - build_docker filters: @@ -89,7 +87,6 @@ jobs: - checkout - restore_cache: key: yarn-packages-v2{{ checksum "yarn.lock" }} - - run: yarn doc:build - run: ls - store_artifacts: path: doc-server