From fda604088795623662798f0cf4aa649955af2051 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Tue, 19 Nov 2024 19:45:06 +0100 Subject: [PATCH] Set push_preview=true --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 80338653..7203592e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,9 +11,10 @@ makedocs( ], debug = false, doctest = true, - strict = :doctest, + strict = :doctest ) deploydocs( repo = "github.com/JuliaStats/GLM.jl.git", + push_preview = true )