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:
- 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
Loading…
Cancel
Save