Skip to content

Commit 6e37217

Browse files
authored
Merge pull request #22 from mapcomponents/Add-MultiTab
Fixing yaml
2 parents 76c545a + 0609955 commit 6e37217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ jobs:
2020
cd ..
2121
cp -r running_contest/build docs-build/running_contest
2222
- name: Install and build webGis🔧
23-
run:
23+
run: | # Install packages and build the Storybook files
2424
cd webGis
2525
yarn
2626
CI=false yarn build
2727
cd ..
2828
cp -r webGis/build docs-build/webGis
2929
- name: Install and build power plants🔧
30-
run:
30+
run: | # Install packages and build the Storybook files
3131
cd powerplants
3232
yarn
3333
CI=false yarn build
3434
cd ..
3535
cp -r powerplants/build docs-build/powerplants
3636
- name: Install and build multi tab🔧
37-
run:
37+
run: | # Install packages and build the Storybook files
3838
cd multi_tab
3939
yarn
4040
yarn build
4141
cd ..
4242
cp -r multi_tab/dist docs-build/multi_tab
4343
- name: copy catalogue metadata
44-
run: |
44+
run: | # Install packages and build the Storybook files
4545
cp mc_meta.json docs-build/mc_meta.json
4646
cp -r assets docs-build/assets
4747
- name: Deploy 🚀

0 commit comments

Comments
 (0)