Browse Source

update config.yml

main
khelia 5 years ago
parent
commit
9ac5076ee9
  1. 11
      .circleci/config.yml

11
.circleci/config.yml

@ -27,13 +27,20 @@ workflows:
branches:
only:
- main
- deploy:
- server-doc-build:
requires:
- test
filters:
branches:
only:
- main
- server-doc-deploy:
requires:
- server-doc-build
filters:
branches:
only:
- main
jobs:
build:
docker:
@ -94,7 +101,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: yarn doc:build
- run:
name: Copy deployment artifacts to workspace

Loading…
Cancel
Save