about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_github_page2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_github_page b/update_github_page
index 4a3dd003..5573bf4d 100755
--- a/update_github_page
+++ b/update_github_page
@@ -4,7 +4,7 @@
 # (More info: https://pages.github.com)
 # We keep gh-pages sync'd with master.
 
-git push
+git push || exit 1
 git checkout gh-pages
 git pull . master
 git push