We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eef9388 + bd083ba commit 1ce8d66Copy full SHA for 1ce8d66
doc/deploy-manual.sh
@@ -47,7 +47,7 @@ cd gh-pages-deploy
47
git rm -qr manual/latest
48
cp -r ../html manual/latest
49
git add manual/latest
50
-(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
51
cd ..
52
rm -fr gh-pages-deploy
53
0 commit comments