Skip to content

Commit d9254c4

Browse files
fix: dynamically imported module
1 parent b264c29 commit d9254c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- name: Deploy storybook
2525
working-directory: ./packages/docs
26-
run: npm run deploy-storybook -- --ci --existing-output-dir=storybook-static
26+
run: touch storybook-static/.nojekyll && npm run deploy-storybook -- --ci --existing-output-dir=storybook-static
2727
env:
2828
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)