Skip to content

Commit 48cd279

Browse files
committed
added itegration to gen_deploy
1 parent 5656483 commit 48cd279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202

203203
desc "Generate website and deploy"
204204
task :gen_deploy do
205-
[:generate, :deploy].each { |t| Rake::Task[t].execute }
205+
[:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute }
206206
end
207207

208208
desc "copy dot files for deployment"

0 commit comments

Comments
 (0)