Skip to content

Commit

Permalink
chore: trying the .nojekyll approach again
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Sep 18, 2024
1 parent 331a5ad commit defb539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
run: |
npm ci
npm run build-storybook
touch ./storybook-static/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static # The folder the action should deploy.
clean-exclude: pr-preview/

0 comments on commit defb539

Please sign in to comment.