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 75eec5d commit 5ae9da7Copy full SHA for 5ae9da7
scripts/publish.sh
@@ -12,7 +12,7 @@ git commit -am 'deploying docs'
12
13
git subtree split --prefix styleguide -b gh-pages
14
git push -f origin gh-pages:gh-pages
15
-git push -f origin gh-pages:master
+git push -f heroku gh-pages:master
16
git checkout master
17
git branch -D tmp-gh-pages
18
git branch -D gh-pages
0 commit comments