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(), )