Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
7f65f58a6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -102,9 +102,15 @@ jobs:
executor: node-executor
steps:
- checkout
- restore_cache:
name: Restore yarn package cache
key: npm-v7-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Build doc
command: yarn doc:build
- store_artifacts:
path: doc-server/
destination: doc-artifact/
workflows:
version: 2
integration:

Loading…
Cancel
Save