Skip to content

Commit

Permalink
fix(web-component): deploy storybook missing nojekyll file (#17618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore authored Oct 1, 2024
1 parent e5f0b88 commit a43779e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-web-components-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a43779e

Please sign in to comment.