Skip to content

Commit 18ed451

Browse files
committed
fix deploy.sh copying storybook to the wrong place
1 parent cf7fc18 commit 18ed451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ npm run semantic-release
1616
if [[ $TRAVIS_BRANCH == "master" ]]; then
1717
mkdir pages
1818
cp -R dist/docs/documentation/ pages/documentation
19-
cp -R dist/docs/storybook/ pages
19+
cp -R dist/docs/storybook/* pages
2020
fi

0 commit comments

Comments
 (0)