Skip to content

Commit 34c6ce8

Browse files
committed
Fix build dir for Storybook
1 parent 26ac9e2 commit 34c6ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
5353
- name: StoryBook build
54-
run: cd submodules/volto && yarn && yarn build-storybook -o _build/html/storybook
54+
run: cd submodules/volto && yarn && yarn build-storybook -o ../../_build/html/storybook
5555

5656
- name: Deploy to server
5757
id: deploy

0 commit comments

Comments
 (0)