diff --git a/docs/make.jl b/docs/make.jl index 227bfdb..95af683 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,3 +2,6 @@ using Documenter using JetReconstruction makedocs(sitename = "JetReconstruction.jl") + +deploydocs(repo = "github.com/JuliaHEP/JetReconstruction.jl.git", + push_preview = true)