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 fddab1e commit 070633eCopy full SHA for 070633e
.github/workflows/build_and_deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
yarn
34
CI=false yarn build
35
cd ..
36
- cp -r multi_tab/build docs-build/multi_tab
+ cp -r multi_tab/dist docs-build/multi_tab
37
- name: copy catalogue metadata
38
run: |
39
cp mc_meta.json docs-build/mc_meta.json
0 commit comments