aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 881929a6..95e95c7a 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"