We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bb622 commit 75eec5dCopy full SHA for 75eec5d
scripts/publish.sh
@@ -12,6 +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
16
git checkout master
17
git branch -D tmp-gh-pages
18
git branch -D gh-pages
0 commit comments