Skip to content

Commit bf25d8a

Browse files
Update storybook.yml
1 parent f1bf837 commit bf25d8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: actions/[email protected]
1111
with:
1212
persist-credentials: false
13-
- name: Install and Build 🔧
14-
run: | # Install npm packages and build the Storybook files
15-
npm install
13+
- name: Install 🔧
14+
run: npm install
15+
- name: Build 🔧
1616
npm run build:storybook
1717
- name: Deploy 🚀
1818
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)