From a358ba6f1f6984ad65a25088e7362b777e109c1a Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Fri, 12 Jan 2024 15:28:36 +0100 Subject: [PATCH] fix docs deployment --- docs/make.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6461e30..ffd2c9e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,6 +20,7 @@ makedocs(; ) deploydocs(; - repo="github.com/reactivebayes/MatrixCorrectionTools.jl", - devbranch="main" + repo = "github.com/ReactiveBayes/MatrixCorrectionTools.jl", + devbranch = "main", + forcepush = true )