Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit b91ab63

Browse files
committed
Update deploy-gh-pages circleci config
1 parent 05a51dd commit b91ab63

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@ jobs:
4343
deploy_gh_pages:
4444
<<: *defaults
4545
steps:
46-
- checkout
47-
- install_js
48-
- run: cd example
49-
- install_js
50-
- run: yarn predeploy
5146
- add_ssh_keys:
5247
fingerprints:
5348
- 'd8:e5:d2:27:83:c3:fe:44:15:7a:40:89:5c:5d:ac:29'
54-
- run: yarn deploy
49+
- checkout
50+
- install_js
51+
- run: cd example && yarn && yarn predeploy && yarn deploy
5552

5653
workflows:
5754
version: 2

0 commit comments

Comments
 (0)