about summary refs log tree commit diff stats
path: root/update_github_page
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-06 00:52:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-06 00:52:52 -0700
commit6955b522cd7015934cee5ac43b22a9e9403de506 (patch)
treee731b17f1e7d67e5993d1f843479bcf04615de63 /update_github_page
parent9c469fea0433e2ef0989bc35db66687719de206c (diff)
downloadmu-6955b522cd7015934cee5ac43b22a9e9403de506.tar.gz
1285
Diffstat (limited to 'update_github_page')
-rwxr-xr-xupdate_github_page2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_github_page b/update_github_page
index 6925354b..4a3dd003 100755
--- a/update_github_page
+++ b/update_github_page
@@ -4,8 +4,8 @@
 # (More info: https://pages.github.com)
 # We keep gh-pages sync'd with master.
 
+git push
 git checkout gh-pages
 git pull . master
 git push
 git checkout master
-git push