Skip to content

Commit 39cd124

Browse files
committed
Split generate docs and deploy docs
1 parent 6b3b997 commit 39cd124

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,13 @@ jobs:
6868
# command: |
6969
# scripts/sonar
7070
- run:
71-
name: Generate and deploy docs
71+
name: Generate docs
7272
command: |
73-
npm run jsdoc && node tasks/deploy/docs.js
73+
npm run jsdoc
74+
- run:
75+
name: Deploy docs
76+
command: |
77+
node tasks/deploy/docs.js
7478
- run:
7579
name: Dist
7680
command: node tasks/dist.js

0 commit comments

Comments
 (0)