Skip to content

Commit 931f8ea

Browse files
authored
Merge pull request #13 from cal-smith/master
Get storybook to deploy to the root
2 parents 125b322 + 06dc40d commit 931f8ea

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)