Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5963e41

Browse files
committed
fix: storybook pipeline
1 parent 4906e3e commit 5963e41

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/storybook.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ jobs:
2525
- name: Yarn install
2626
run: yarn --pure-lockfile
2727

28-
name: Build storybook
29-
steps:
30-
- name: Trigger webhook
31-
run: yarn build-storybook
28+
- name: Build storybook
29+
run: yarn build-storybook
3230

33-
name: Deploy storybook
34-
steps:
35-
- name: Trigger webhook
36-
run: curl ${{ secrets.STORYBOOK_WEBSITE_DEPLOY_WEBHOOK }}
31+
- name: Deploy storybook
32+
run: curl ${{ secrets.STORYBOOK_WEBSITE_DEPLOY_WEBHOOK }}

0 commit comments

Comments
 (0)