added itegration to gen_deploy
This commit is contained in:
parent
565648300b
commit
48cd2793cf
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -202,7 +202,7 @@ end
|
|||
|
||||
desc "Generate website and deploy"
|
||||
task :gen_deploy do
|
||||
[:generate, :deploy].each { |t| Rake::Task[t].execute }
|
||||
[:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute }
|
||||
end
|
||||
|
||||
desc "copy dot files for deployment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue