From 5ae9da752320c8e306c28f8e20ed4a083f65c6e6 Mon Sep 17 00:00:00 2001 From: jpuri Date: Sun, 15 May 2022 14:54:04 +0530 Subject: [PATCH] Publish script fix --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 732ec8c..f3476e0 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -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 \ No newline at end of file