| ... | ... | @@ -202,7 +202,7 @@ end | 
| 202 | 202 |  | 
| 203 | 203 | desc "Generate website and deploy" | 
| 204 | 204 | task :gen_deploy do | 
| 205 | -  [:generate, :deploy].each { |t| Rake::Task[t].execute } | |
| 205 | +  [:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute } | |
| 206 | 206 | end | 
| 207 | 207 |  | 
| 208 | 208 | desc "copy dot files for deployment" |