Skip to content

Commit

Permalink
Add .nojekyll file to Storybook build to avoid 404 for _ prefixed files
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Jan 15, 2024
1 parent d9c59ed commit 33a34f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
npm install
npm run build-storybook
touch storybook-static/.nojekyll
- name: Deploy Storybook 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 33a34f0

Please sign in to comment.