diff --git a/.github/workflows/deploy-web-components-storybook.yml b/.github/workflows/deploy-web-components-storybook.yml index ba5093a23662..6bcf27cf4788 100644 --- a/.github/workflows/deploy-web-components-storybook.yml +++ b/.github/workflows/deploy-web-components-storybook.yml @@ -37,6 +37,7 @@ jobs: yarn storybook:build - name: Create CNAME run: | + touch packages/web-components/storybook-static/.nojekyll touch packages/web-components/storybook-static/CNAME echo "web-components.carbondesignsystem.com" > packages/web-components/storybook-static/CNAME - name: Push to Web Components repo