Skip to content

Commit df3ee55

Browse files
committed
ci: 🎡 add step to deploy static site on master merge
1 parent dbf4f62 commit df3ee55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.circleci/config.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- run:
5151
name: Release
5252
command: yarn release
53+
- run:
54+
name: Deploy static site
55+
command: yarn storybook:build && yarn storybook:deploy
5356
- *Post_to_dev_null
5457

5558
# nightly:

0 commit comments

Comments
 (0)