changed default github pages deploy branch to master
This commit is contained in:
parent
6a1a9a8bb8
commit
de113ecfeb
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue