From de113ecfebf001d1289a595ec1e5af4031034c29 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sun, 13 Dec 2009 10:36:59 -0600 Subject: [PATCH] changed default github pages deploy branch to master --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 6998dea..b872ac4 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)