fixed default deploy task

This commit is contained in:
B Mathis 2009-11-25 08:34:32 -06:00
parent b12b037091
commit af719fb4dd
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ def ok_failed(condition)
end
end
## if you're deploying with github, change the default deploy to deploy_github
desc "default deploy task"
task :deploy => :deploy_rsync do
end
desc "generate website in output directory"
task :default => [:generate_site, :generate_style] do
puts ">>> Site Generating Complete! <<<\n\n"