We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0baacc7 + d9254c4 commit 9042575Copy full SHA for 9042575
.github/workflows/deploy-docs.yml
@@ -23,6 +23,6 @@ jobs:
23
24
- name: Deploy storybook
25
working-directory: ./packages/docs
26
- run: npm run deploy-storybook -- --ci --existing-output-dir=storybook-static
+ run: touch storybook-static/.nojekyll && npm run deploy-storybook -- --ci --existing-output-dir=storybook-static
27
env:
28
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
0 commit comments