diff --git a/doc/deploy-manual.sh b/doc/deploy-manual.sh index 6d4507675..5e230d2be 100755 --- a/doc/deploy-manual.sh +++ b/doc/deploy-manual.sh @@ -47,7 +47,7 @@ cd gh-pages-deploy git rm -qr manual/latest cp -r ../html manual/latest git add manual/latest -(git commit -m "Update manual from haskell/haskell-mode@${HEAD_COMMIT}" && git push) || true +(git commit -m "Update manual from haskell/haskell-mode@${HEAD_COMMIT}" && git push origin gh-pages) || true cd .. rm -fr gh-pages-deploy