Browse Source

update

main
Zelleg 5 years ago
parent
commit
66990b793e
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -67,7 +67,8 @@ jobs:
- restore_cache: - restore_cache:
key: npm-v4-dependencies-{{ checksum "yarn.lock" }} key: npm-v4-dependencies-{{ checksum "yarn.lock" }}
- run: - run:
name: yarn doc:build
name: generating doc
command: yarn doc:build
- store_artefacts: - store_artefacts:
path: docs path: docs
workflows: workflows:

Loading…
Cancel
Save