Skip to content

Commit 63eeb9e

Browse files
committed
Fix: site release step
1 parent a1f133d commit 63eeb9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141

4242
- name: Cleanups 🧹
4343
run: |
44-
rm -rf ./patches
4544
echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
4645
echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
4746
@@ -52,7 +51,7 @@ jobs:
5251

5352
- name: Create .nojekyll file 🚧
5453
run: touch ./storybook-static/.nojekyll
55-
54+
5655
- name: Fix 404 on page reload 🚧
5756
run: cp storybook-static/index.html storybook-static/404.html
5857

0 commit comments

Comments
 (0)