diff options
author | B Mathis <brandon@imathis.com> | 2009-12-13 10:36:59 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-12-13 10:36:59 -0600 |
commit | de113ecfebf001d1289a595ec1e5af4031034c29 (patch) | |
tree | 31355394853111321a8e20df22f337683663cc20 /Rakefile | |
parent | 6a1a9a8bb8966cc83c3664830ce45a1907b4212a (diff) | |
download | my_new_personal_website-de113ecfebf001d1289a595ec1e5af4031034c29.tar.xz my_new_personal_website-de113ecfebf001d1289a595ec1e5af4031034c29.zip |
changed default github pages deploy branch to master
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |