Skip to content

Commit

Permalink
fixing missing file in build-deploy-storybook action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed May 15, 2024
1 parent 0c4dc85 commit c021700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

- name: Build static Storybook 🛠
run: npm run build-storybook

# https://github.com/JamesIves/github-pages-deploy-action/issues/1475#issuecomment-1824079512
- name: Add nojekyll file to read underscore files 📋
run: cd storybook_compiled && touch .nojekyll

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit c021700

Please sign in to comment.