Browse code

renamed rake task for github deploy

B Mathis authored on 24/11/2009 at 22:58:43
Showing 1 changed files
... ...
@@ -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