From 7c5adcf388a435a873bf614ddf52079392465695 Mon Sep 17 00:00:00 2001 From: Laura Beghini Date: Thu, 20 Jun 2024 16:18:07 +0200 Subject: [PATCH] bug fix --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index f78ea09..dc2aad7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs(modules=[MRINavigator], ) deploydocs(; - repo = "github.com/NordicMRspine/MRINavigator", + repo = "github.com/NordicMRspine/MRINavigator.jl", push_preview = true, deploy_config = Documenter.GitHubActions(), )