Skip to content

Commit 4ae9b1e

Browse files
authored
Merge pull request #20 from mapcomponents/Add-MultiTab
Add multi tab
2 parents 86f1ac5 + 97ab610 commit 4ae9b1e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,33 @@ jobs:
1111
uses: actions/[email protected]
1212
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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>

0 commit comments

Comments
 (0)