Skip to content

Commit

Permalink
Merge pull request #22 from mapcomponents/Add-MultiTab
Browse files Browse the repository at this point in the history
Fixing yaml
  • Loading branch information
JannikBrack authored Nov 26, 2024
2 parents 76c545a + 0609955 commit 6e37217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ jobs:
cd ..
cp -r running_contest/build docs-build/running_contest
- name: Install and build webGis🔧
run:
run: | # Install packages and build the Storybook files
cd webGis
yarn
CI=false yarn build
cd ..
cp -r webGis/build docs-build/webGis
- name: Install and build power plants🔧
run:
run: | # Install packages and build the Storybook files
cd powerplants
yarn
CI=false yarn build
cd ..
cp -r powerplants/build docs-build/powerplants
- name: Install and build multi tab🔧
run:
run: | # Install packages and build the Storybook files
cd multi_tab
yarn
yarn build
cd ..
cp -r multi_tab/dist docs-build/multi_tab
- name: copy catalogue metadata
run: |
run: | # Install packages and build the Storybook files
cp mc_meta.json docs-build/mc_meta.json
cp -r assets docs-build/assets
- name: Deploy 🚀
Expand Down

0 comments on commit 6e37217

Please sign in to comment.