mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
added itegration to gen_deploy
This commit is contained in:
parent
565648300b
commit
48cd2793cf
2
Rakefile
2
Rakefile
@ -202,7 +202,7 @@ end
|
|||||||
|
|
||||||
desc "Generate website and deploy"
|
desc "Generate website and deploy"
|
||||||
task :gen_deploy do
|
task :gen_deploy do
|
||||||
[:generate, :deploy].each { |t| Rake::Task[t].execute }
|
[:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute }
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "copy dot files for deployment"
|
desc "copy dot files for deployment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user