From 40c0a1713373624f21e90698844c7fe098b1d759 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Fri, 21 Jun 2024 16:08:04 +0200 Subject: [PATCH] fix deploy url --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 2af6a838..083fa657 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,7 +10,8 @@ makedocs(; sitename="BeautifulMakie", authors="Lazaro Alonso", clean=true, checkdocs=:all, format=DocumenterVitepress.MarkdownVitepress(; - repo = "github.com/MakieOrg/BeautifulMakie"), + repo = "github.com/MakieOrg/BeautifulMakie", + deploy_url = "https://beautiful.makie.org",), draft = false, source = "src", build = "build",