Skip to content

Commit 1ce8d66

Browse files
committed
Merge pull request #695 from gracjan/pr-git-push-manual-branch-only
git push a single branch only
2 parents eef9388 + bd083ba commit 1ce8d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/deploy-manual.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd gh-pages-deploy
4747
git rm -qr manual/latest
4848
cp -r ../html manual/latest
4949
git add manual/latest
50-
(git commit -m "Update manual from haskell/haskell-mode@${HEAD_COMMIT}" && git push) || true
50+
(git commit -m "Update manual from haskell/haskell-mode@${HEAD_COMMIT}" && git push origin gh-pages) || true
5151
cd ..
5252
rm -fr gh-pages-deploy
5353

0 commit comments

Comments
 (0)