Skip to content

Commit

Permalink
Merge pull request #17 from mapcomponents/Add-MultiTab
Browse files Browse the repository at this point in the history
fixed error in Deploy
  • Loading branch information
JannikBrack authored Nov 25, 2024
2 parents 4cc3cb4 + 070633e commit 2a95aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn
CI=false yarn build
cd ..
cp -r multi_tab/build docs-build/multi_tab
cp -r multi_tab/dist docs-build/multi_tab
- name: copy catalogue metadata
run: |
cp mc_meta.json docs-build/mc_meta.json
Expand Down

0 comments on commit 2a95aa3

Please sign in to comment.