Skip to content

Commit

Permalink
Merge branch 'main' into ruben/remove-beta-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeepc authored Jan 24, 2025
2 parents 1d22c77 + f26a46b commit a63958f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,17 @@ jobs:
steps:
- downstream
- run:
name: Generate Beta Docs
command: yarn docs:preview
name: Generate Custom Elements Manifest
command: yarn docs:analyze
- run:
name: Move CEM to Storybook directory
command: cp projects/documentation/custom-elements.json storybook/
- run:
name: Build documentation
command: yarn docs:build
- run:
name: Build Storybook
command: yarn storybook:build
- run: echo '/* /index.html 200' > projects/documentation/dist/_redirects
- run: |
branch=$(git symbolic-ref --short HEAD)
Expand Down

0 comments on commit a63958f

Please sign in to comment.