From 43ca27485c8555d8614a3298ba8426e2187ce21f Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Mon, 2 Sep 2024 10:58:55 -0700 Subject: [PATCH] Remove deploy url to see if that fixes the deploy --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index f2b5641e16..88c3035228 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,7 +10,6 @@ makedocs(; format=DocumenterVitepress.MarkdownVitepress( repo = "https://github.com/CliMA/ClimaLand.jl", devurl = "dev", - deploy_url = "https://CliMA.github.io/ClimaLand.jl", ), pages=[ "Home" => "index.md",