... | ... |
@@ -276,7 +276,7 @@ task :set_root_dir, :dir do |t, args| |
276 | 276 |
end |
277 | 277 |
|
278 | 278 |
desc "Set up _deploy folder and deploy branch for Github Pages deployment" |
279 |
-task :setup_github do |
|
279 |
+task :setup_github_pages do |
|
280 | 280 |
repo_url = get_stdin("Enter the read/write url for your repository: ") |
281 | 281 |
user = repo_url.match(/:([^\/]+)/)[1] |
282 | 282 |
branch = (repo_url.match(/\/\w+.github.com/).nil?) ? 'gh-pages' : 'master' |