Browse code

changed default github pages deploy branch to master

B Mathis authored on 13/12/2009 at 16:36:59
Showing 1 changed files
... ...
@@ -14,7 +14,7 @@ document_root = "~/document_root/" # for rsync deployment
14 14
 # Read http://pages.github.com for guidance
15 15
 # If you're not using this, you can remove it
16 16
 source_branch = "source" # this compiles to your deploy branch
17
-deploy_branch = "gh-pages" # For user pages, use "master" for project pages use "gh-pages"
17
+deploy_branch = "master" # For user pages, use "master" for project pages use "gh-pages"
18 18
 ## ---- ##
19 19
 
20 20
 def ok_failed(condition)