aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-12-13 10:36:59 -0600
committerB Mathis <brandon@imathis.com>2009-12-13 10:36:59 -0600
commitde113ecfebf001d1289a595ec1e5af4031034c29 (patch)
tree31355394853111321a8e20df22f337683663cc20
parent6a1a9a8bb8966cc83c3664830ce45a1907b4212a (diff)
downloadmy_new_personal_website-de113ecfebf001d1289a595ec1e5af4031034c29.tar.xz
my_new_personal_website-de113ecfebf001d1289a595ec1e5af4031034c29.zip
changed default github pages deploy branch to master
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6998deaa..b872ac4c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,7 +14,7 @@ document_root = "~/document_root/" # for rsync deployment
# Read http://pages.github.com for guidance
# If you're not using this, you can remove it
source_branch = "source" # this compiles to your deploy branch
-deploy_branch = "gh-pages" # For user pages, use "master" for project pages use "gh-pages"
+deploy_branch = "master" # For user pages, use "master" for project pages use "gh-pages"
## ---- ##
def ok_failed(condition)