File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -11,37 +11,31 @@ jobs:
11111212 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 🚀
You can’t perform that action at this time.
0 commit comments