changed default github pages deploy branch to master

main
B Mathis 16 years ago
parent 6a1a9a8bb8
commit de113ecfeb

@ -14,7 +14,7 @@ document_root = "~/document_root/" # for rsync deployment
# Read http://pages.github.com for guidance # Read http://pages.github.com for guidance
# If you're not using this, you can remove it # If you're not using this, you can remove it
source_branch = "source" # this compiles to your deploy branch 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) def ok_failed(condition)

Loading…
Cancel
Save