Skip to content

Commit 2f98488

Browse files
authored
Merge pull request #1587 from plone/disable-storybook
Disable the storybook build temporarily
2 parents d570d68 + c965edf commit 2f98488

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
restore-keys: |
6363
${{ runner.os }}-pnpm-store-
6464
65-
- name: StoryBook build
66-
working-directory: submodules/volto
67-
run: |
68-
pnpm i
69-
make storybook-build
65+
# - name: StoryBook build
66+
# working-directory: submodules/volto
67+
# run: |
68+
# pnpm i
69+
# make storybook-build
7070

7171
- name: Deploy to server
7272
id: deploy

0 commit comments

Comments
 (0)