Skip to content

Commit 3660fcc

Browse files
authored
Merge pull request #15 from mapcomponents/Add-MultiTab
change build_and_deploy.yml Should deploy multitab demo
2 parents 6968259 + 0bc8ea0 commit 3660fcc

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)