Skip to content

Commit 6c24aca

Browse files
author
jannik brack
committed
Change in yml
1 parent 0424e21 commit 6c24aca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
cd ..
3535
cp -r powerplants/build docs-build/powerplants
3636
- name: Install and build multi tab🔧
37-
run: | # Install packages and build the Storybook files
37+
run: |
3838
cd multi_tab
3939
yarn
40-
yarn build
40+
CI=false yarn build
4141
cd ..
42-
cp -r multi_tab/dist docs-build/multi_tab
42+
cp -r multi_tab/dist/* docs-build/
4343
- name: copy catalogue metadata
4444
run: | # Install packages and build the Storybook files
4545
cp mc_meta.json docs-build/mc_meta.json

0 commit comments

Comments
 (0)