Skip to content

Commit a374260

Browse files
RajdeepcRajdeep ChandraTarunAdobe
authored
fix: exporting SWC_DIR env variable to fix beta-docs (#5877)
* fix: exproting SWC_DIR env variable * chore: try running beta-docs on pr * chore: run beta-docs only on main --------- Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com> Co-authored-by: TarunAdobe <ttomar@adobe.com>
1 parent 977d6de commit a374260

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,9 @@ jobs:
297297
command: cp 1st-gen/projects/documentation/custom-elements.json 1st-gen/storybook/
298298
- run:
299299
name: Build documentation with path prefix
300-
command: echo "SWC_DIR=beta/docs" >> $BASH_ENV
300+
command: |
301+
echo "export SWC_DIR=beta/docs" >> $BASH_ENV
302+
source $BASH_ENV
301303
- run:
302304
name: Build documentation
303305
command: yarn workspace @spectrum-web-components/1st-gen docs:build

0 commit comments

Comments
 (0)