diff --git a/.github/workflows/deploy.docs.yml b/.github/workflows/deploy.docs.yml index 3d9cb16..9b11346 100644 --- a/.github/workflows/deploy.docs.yml +++ b/.github/workflows/deploy.docs.yml @@ -23,6 +23,6 @@ jobs: - name: Deploy storybook working-directory: ./packages/docs - 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 env: GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}