Skip to content

Commit f875495

Browse files
author
jannik brack
committed
revert public folder copy step to storybook deployment
1 parent dccce8c commit f875495

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
mv "$subdir/storybook-static" "docs-build/$name"
3333
fi
3434
done
35-
done# Copy public folder to root
36-
if [ -d "public" ]; then
37-
cp -r public/* docs-build/
38-
fi
35+
done
3936
4037
4138
- name: Deploy 🚀

0 commit comments

Comments
 (0)