Browse Source

renamed rake task for github deploy

unreleased_contents
B Mathis 15 years ago
parent
commit
34e25551ea
  1. 2
      Rakefile

2
Rakefile

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

Loading…
Cancel
Save