diff --git a/gh-deploy.sh b/gh-deploy.sh index fcba6e6..3fb1785 100644 --- a/gh-deploy.sh +++ b/gh-deploy.sh @@ -1,2 +1,2 @@ #!/bin/sh -git subtree push --prefix site origin gh-pages \ No newline at end of file +git push origin `git subtree split --prefix site master`:gh-pages --force \ No newline at end of file