Skip to content

Commit 5ae9da7

Browse files
committed
Publish script fix
1 parent 75eec5d commit 5ae9da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git commit -am 'deploying docs'
1212

1313
git subtree split --prefix styleguide -b gh-pages
1414
git push -f origin gh-pages:gh-pages
15-
git push -f origin gh-pages:master
15+
git push -f heroku gh-pages:master
1616
git checkout master
1717
git branch -D tmp-gh-pages
1818
git branch -D gh-pages

0 commit comments

Comments
 (0)