changed default github pages deploy branch to master
This commit is contained in:
parent
6a1a9a8bb8
commit
de113ecfeb
2
Rakefile
2
Rakefile
@ -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…
Reference in New Issue
Block a user