Skip to content

Commit 5a43e9b

Browse files
committed
Attempt to fix storybook build
1 parent e55e9f8 commit 5a43e9b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ jobs:
6363
${{ runner.os }}-pnpm-store-
6464
6565
- name: StoryBook build
66-
working-directory: submodules/volto
67-
run: |
68-
pnpm i
69-
pnpm build:registry
70-
make storybook-build
66+
run: make storybook
7167

7268
- name: Deploy to server
7369
id: deploy

0 commit comments

Comments
 (0)