Skip to content

Commit

Permalink
Fix: doc deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 20, 2024
1 parent db7431f commit 2b1b5e8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ jobs:

- name: Cleanups 🧹
run: |
rm -rf patches/*
jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json"
cat package.json
echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
- name: Setup 🚀
uses: sliit-foss/actions/bun/[email protected]

- name: Build 🏗️
uses: sliit-foss/actions/bun/[email protected]
with:
storybooks: true
run: bun build-storybook

- name: Create .nojekyll file 🚧
run: touch ./storybook-static/.nojekyll
Expand Down

0 comments on commit 2b1b5e8

Please sign in to comment.