Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ jobs:
command: cp 1st-gen/projects/documentation/custom-elements.json 1st-gen/storybook/
- run:
name: Build documentation with path prefix
command: echo "SWC_DIR=beta/docs" >> $BASH_ENV
command: |
echo "export SWC_DIR=beta/docs" >> $BASH_ENV
source $BASH_ENV
- run:
name: Build documentation
command: yarn workspace @spectrum-web-components/1st-gen docs:build
Expand Down
Loading