Skip to content

Commit 2a95aa3

Browse files
authored
Merge pull request #17 from mapcomponents/Add-MultiTab
fixed error in Deploy
2 parents 4cc3cb4 + 070633e commit 2a95aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
yarn
3434
CI=false yarn build
3535
cd ..
36-
cp -r multi_tab/build docs-build/multi_tab
36+
cp -r multi_tab/dist docs-build/multi_tab
3737
- name: copy catalogue metadata
3838
run: |
3939
cp mc_meta.json docs-build/mc_meta.json

0 commit comments

Comments
 (0)