diff --git a/Rakefile b/Rakefile index 881929a..95e95c7 100644 --- a/Rakefile +++ b/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"