From 0300add7a3aa6f16dbd7e1ae2390635716bce5ae Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Tue, 25 Jun 2024 14:57:45 -0400 Subject: [PATCH] fix(doc): Remove protocol from repo url --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 0f54945..d059f95 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -62,4 +62,4 @@ makedocs(; plugins = [links, fallbacks], ) -deploydocs(; repo = "https://github.com/musoke/UltraDark.jl", devbranch = "main") +deploydocs(; repo = "github.com/musoke/UltraDark.jl.git", devbranch = "main")