fixed default deploy task
This commit is contained in:
parent
b12b037091
commit
af719fb4dd
5
Rakefile
5
Rakefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user