From 0cb9cb8bfb39f5c4d0b21179994b78ffe7bfefe9 Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Thu, 13 Jun 2024 16:27:05 +0200 Subject: [PATCH] Documentation deployment (#58) * Documentation deployment * Fix formatting --- docs/make.jl | 3 +++ 1 file changed, 3 insertions(+) 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)