Skip to content

Commit

Permalink
Fix: site release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 20, 2024
1 parent a1f133d commit 63eeb9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

- name: Cleanups 🧹
run: |
rm -rf ./patches
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
Expand All @@ -52,7 +51,7 @@ jobs:

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

- name: Fix 404 on page reload 🚧
run: cp storybook-static/index.html storybook-static/404.html

Expand Down

0 comments on commit 63eeb9e

Please sign in to comment.