From 6b335fa4ed553f0e5b95021b68c4e40753f37f10 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 19 Mar 2024 10:47:48 +0900 Subject: [PATCH] Fix targeted branch --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 135defc..3a6da9e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -96,6 +96,6 @@ makedocs(; deploydocs(; repo="https://github.com/JuliaConstraints/JuliaConstraints.github.io", target = "build", - devbranch = "dev", + devbranch = "main", push_preview=true, )