File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,33 @@ jobs:
11111212 with :
1313 persist-credentials : false
14- - name : Install and build running contest, webGis, power plants and multi tab 🔧
14+ - name : Install and build running contest🔧
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 :
2224 cd webGis
2325 yarn
2426 CI=false yarn build
2527 cd ..
2628 cp -r webGis/build docs-build/webGis
29+ - name : Install and build power plants🔧
30+ run :
2731 cd powerplants
2832 yarn
2933 CI=false yarn build
3034 cd ..
3135 cp -r powerplants/build docs-build/powerplants
36+ - name : Install and build multi tab🔧
37+ run :
3238 cd multi_tab
3339 yarn
34- CI=false yarn build
40+ yarn build
3541 cd ..
3642 cp -r multi_tab/dist docs-build/multi_tab
3743 - name : copy catalogue metadata
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="manifest " href ="/manifest.json ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < link rel ="icon " type ="image/png " sizes ="196x196 " href ="favicon-196.png ">
8- < link rel ="apple-touch-icon " href ="apple-icon-180.png ">
7+ < link rel ="icon " type ="image/png " sizes ="196x196 " href ="public/ favicon-196.png ">
8+ < link rel ="apple-touch-icon " href ="public/ apple-icon-180.png ">
99 < meta name ="apple-mobile-web-app-capable " content ="yes ">
1010 < title > Multi-Tab-Demo</ title >
1111 </ head >
You can’t perform that action at this time.
0 commit comments