Skip to content

Commit 0bc8ea0

Browse files
author
jannik brack
committed
change build_and_deploy.yml
1 parent 7171581 commit 0bc8ea0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
CI=false yarn build
3030
cd ..
3131
cp -r powerplants/build docs-build/powerplants
32+
cd multi_tab
33+
yarn
34+
CI=false yarn build
35+
cd ..
36+
cp -r multi_tab/build docs-build/multi_tab
3237
- name: copy catalogue metadata
3338
run: |
3439
cp mc_meta.json docs-build/mc_meta.json

0 commit comments

Comments
 (0)