From 52150e279f622c88e72e962ef6a558f2cc9e30ee Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Wed, 29 May 2024 06:45:32 -0400 Subject: [PATCH] Let deploy_url and devurl be automatic You don't actually need these if going for the default, and in general they should be full URLs (with HTTPS:// prefixed) --- docs/make.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 91be3aa..21d56f3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,8 +9,6 @@ makedocs(; sitename = "PerfChecker.jl", format = DocumenterVitepress.MarkdownVitepress( repo = "https://github.com/JuliaConstraints/PerfChecker.jl", - devurl = "dev", - deploy_url = "JuliaConstraints.github.io/PerfChecker.jl" ), pages = [ "Home" => "index.md"