fixed default deploy task
This commit is contained in:
parent
b12b037091
commit
af719fb4dd
1 changed files with 5 additions and 0 deletions
5
Rakefile
5
Rakefile
|
@ -25,6 +25,11 @@ def ok_failed(condition)
|
||||||
end
|
end
|
||||||
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"
|
desc "generate website in output directory"
|
||||||
task :default => [:generate_site, :generate_style] do
|
task :default => [:generate_site, :generate_style] do
|
||||||
puts ">>> Site Generating Complete! <<<\n\n"
|
puts ">>> Site Generating Complete! <<<\n\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue