Skip to content

Commit 9dc9b61

Browse files
authored
Github pages not deploying files with underscore preceeding, to fix add .nojekyll file to the build output (#160)
1 parent 24c5c0c commit 9dc9b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: yarn install
1919

2020
- name: Deploy Storybook
21-
run: yarn storybook-to-ghpages --ci
21+
run: mkdir -p storybook-build && touch storybook-build/.nojekyll && yarn storybook-to-ghpages --ci --out storybook-build
2222
env:
2323
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)