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:
11
11
uses : actions/checkout@v2.3.1
12
12
with :
13
13
persist-credentials : false
14
- - name : Install and build running contest🔧
14
+ - name : Install and build running contest, webGis and power Plants 🔧
15
15
run : | # Install packages and build the Storybook files
16
16
mkdir docs-build || true
17
17
cd running_contest
18
18
yarn
19
19
yarn build
20
20
cd ..
21
21
cp -r running_contest/build docs-build/running_contest
22
- - name : Install and build webGis🔧
23
- run : | # Install packages and build the Storybook files
24
22
cd webGis
25
23
yarn
26
24
CI=false yarn build
27
25
cd ..
28
26
cp -r webGis/build docs-build/webGis
29
- - name : Install and build power plants🔧
30
- run : | # Install packages and build the Storybook files
31
27
cd powerplants
32
28
yarn
33
29
CI=false yarn build
34
30
cd ..
35
31
cp -r powerplants/build docs-build/powerplants
36
- - name : Install and build multi tab🔧
37
- run : |
38
32
cd multi_tab
39
33
yarn
40
34
CI=false yarn build
41
35
cd ..
42
- cp -r multi_tab/dist/ docs-build/
36
+ cp -r multi_tab/dist docs-build/multi_tab
43
37
- name : copy catalogue metadata
44
- run : | # Install packages and build the Storybook files
38
+ run : |
45
39
cp mc_meta.json docs-build/mc_meta.json
46
40
cp -r assets docs-build/assets
47
41
- name : Deploy 🚀
You can’t perform that action at this time.
0 commit comments