Skip to content

Commit 2b1b5e8

Browse files
committed
Fix: doc deploy job
1 parent db7431f commit 2b1b5e8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,15 @@ jobs:
4141

4242
- name: Cleanups 🧹
4343
run: |
44-
rm -rf patches/*
45-
jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json"
4644
cat package.json
4745
echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
4846
echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
4947
48+
- name: Setup 🚀
49+
uses: sliit-foss/actions/bun/[email protected]
50+
5051
- name: Build 🏗️
51-
uses: sliit-foss/actions/bun/[email protected]
52-
with:
53-
storybooks: true
52+
run: bun build-storybook
5453

5554
- name: Create .nojekyll file 🚧
5655
run: touch ./storybook-static/.nojekyll

0 commit comments

Comments
 (0)