File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 🚀
You can’t perform that action at this time.
0 commit comments