ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.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: |
|
|
|
|