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 0424e21 commit 6c24acaCopy full SHA for 6c24aca
.github/workflows/build_and_deploy.yml
@@ -34,12 +34,12 @@ jobs:
34
cd ..
35
cp -r powerplants/build docs-build/powerplants
36
- name: Install and build multi tab🔧
37
- run: | # Install packages and build the Storybook files
+ run: |
38
cd multi_tab
39
yarn
40
- yarn build
+ CI=false yarn build
41
42
- cp -r multi_tab/dist docs-build/multi_tab
+ cp -r multi_tab/dist/* docs-build/
43
- name: copy catalogue metadata
44
run: | # Install packages and build the Storybook files
45
cp mc_meta.json docs-build/mc_meta.json
0 commit comments