Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76910b3

Browse files
authoredNov 26, 2024··
Merge pull request #26 from mapcomponents/Add-MultiTab
vite.config.ts and build_and_deploy.yml changed
2 parents 436cb7e + aa8a415 commit 76910b3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,31 @@ jobs:
1111
uses: actions/checkout@v2.3.1
1212
with:
1313
persist-credentials: false
14-
- name: Install and build running contest🔧
14+
- name: Install and build running contest, webGis and power Plants🔧
1515
run: | # Install packages and build the Storybook files
1616
mkdir docs-build || true
1717
cd running_contest
1818
yarn
1919
yarn build
2020
cd ..
2121
cp -r running_contest/build docs-build/running_contest
22-
- name: Install and build webGis🔧
23-
run: | # Install packages and build the Storybook files
2422
cd webGis
2523
yarn
2624
CI=false yarn build
2725
cd ..
2826
cp -r webGis/build docs-build/webGis
29-
- name: Install and build power plants🔧
30-
run: | # Install packages and build the Storybook files
3127
cd powerplants
3228
yarn
3329
CI=false yarn build
3430
cd ..
3531
cp -r powerplants/build docs-build/powerplants
36-
- name: Install and build multi tab🔧
37-
run: |
3832
cd multi_tab
3933
yarn
4034
CI=false yarn build
4135
cd ..
42-
cp -r multi_tab/dist/ docs-build/
36+
cp -r multi_tab/dist docs-build/multi_tab
4337
- name: copy catalogue metadata
44-
run: | # Install packages and build the Storybook files
38+
run: |
4539
cp mc_meta.json docs-build/mc_meta.json
4640
cp -r assets docs-build/assets
4741
- name: Deploy 🚀

0 commit comments

Comments
 (0)
Please sign in to comment.