Skip to content

Commit 596ab80

Browse files
committed
Fix file
1 parent 37c6b6c commit 596ab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm install
2020
npm run build-storybook
2121
- name: "Add .nojekyll 📄"
22-
run: cd storybook-build && touch .nojekyll
22+
run: cd storybook-build && touch .nojekyll
2323
- name: Deploy 🚀
2424
uses: JamesIves/[email protected]
2525
with:

0 commit comments

Comments
 (0)