Skip to content

Commit

Permalink
Publish script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed May 15, 2022
1 parent 75eec5d commit 5ae9da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git commit -am 'deploying docs'

git subtree split --prefix styleguide -b gh-pages
git push -f origin gh-pages:gh-pages
git push -f origin gh-pages:master
git push -f heroku gh-pages:master
git checkout master
git branch -D tmp-gh-pages
git branch -D gh-pages

0 comments on commit 5ae9da7

Please sign in to comment.