From 1503d186964cb19e4051e62c76dc3c3ce245465a Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Fri, 12 Jan 2024 15:27:52 +0100 Subject: [PATCH] fix docs deployment --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index ae45b1b..e10a9df 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,4 +20,4 @@ makedocs(; ], ) -deploydocs(; repo="github.com/reactivebayes/TinyHugeNumbers.jl", devbranch="main") +deploydocs(; repo="github.com/ReactiveBayes/TinyHugeNumbers.jl", devbranch="main", forcepush = true)