Browse Source

update config.yml

main
khelia 5 years ago
parent
commit
0b8efdcf4e
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -14,8 +14,6 @@ workflows:
only: only:
- main - main
- publish_image: - publish_image:
context:
- DOCKER
requires: requires:
- build_docker - build_docker
filters: filters:
@ -89,7 +87,6 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }} key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: yarn doc:build
- run: ls - run: ls
- store_artifacts: - store_artifacts:
path: doc-server path: doc-server
Loading…
Cancel
Save