| ... | ... |
@@ -99,7 +99,7 @@ multitask :deploy_rsync => [:default, :clean_debug] do |
| 99 | 99 |
end |
| 100 | 100 |
|
| 101 | 101 |
desc "generate and deploy website to github user pages" |
| 102 |
-multitask :github_user_deploy => [:default, :clean_debug] do |
|
| 102 |
+multitask :deploy_github => [:default, :clean_debug] do |
|
| 103 | 103 |
require 'git' |
| 104 | 104 |
repo = Git.open('.')
|
| 105 | 105 |
repo.branch("#{github_pages_branch}").checkout
|