Skip to content

Commit 60f4e13

Browse files
committed
Add storybook deployment
1 parent dc19afc commit 60f4e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Prepare deploy
3131
run: make deploy
3232

33+
- name: StoryBook build
34+
run: cd submodules/volto && yarn && yarn build-storybook -o _build/html/storybook
35+
3336
- name: Deploy to server
3437
id: deploy
3538
uses: Pendect/[email protected]

0 commit comments

Comments
 (0)