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 a1f133d commit 63eeb9eCopy full SHA for 63eeb9e
.github/workflows/release.yml
@@ -41,7 +41,6 @@ jobs:
41
42
- name: Cleanups 🧹
43
run: |
44
- rm -rf ./patches
45
echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
46
echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
47
@@ -52,7 +51,7 @@ jobs:
52
51
53
- name: Create .nojekyll file 🚧
54
run: touch ./storybook-static/.nojekyll
55
-
+
56
- name: Fix 404 on page reload 🚧
57
run: cp storybook-static/index.html storybook-static/404.html
58
0 commit comments