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 and tay1orjones committed Oct 2, 2024
1 parent f3bbef1 commit f07fa21
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 f07fa21

Please sign in to comment.