We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a415b commit 97ab610Copy full SHA for 97ab610
.github/workflows/build_and_deploy.yml
@@ -19,14 +19,14 @@ jobs:
19
yarn build
20
cd ..
21
cp -r running_contest/build docs-build/running_contest
22
- - name: Install and build webGis, power plants and multi tab🔧
+ - name: Install and build webGis🔧
23
run:
24
cd webGis
25
yarn
26
CI=false yarn build
27
28
cp -r webGis/build docs-build/webGis
29
- - name: Install and build power plants and multi tab🔧
+ - name: Install and build power plants🔧
30
31
cd powerplants
32
@@ -37,7 +37,7 @@ jobs:
37
38
cd multi_tab
39
40
- CI=false yarn build
+ yarn build
41
42
cp -r multi_tab/dist docs-build/multi_tab
43
- name: copy catalogue metadata
0 commit comments