From f615f165a588ddb8b0c8ffe3fd3b7075228ad117 Mon Sep 17 00:00:00 2001 From: Gianni Petrella Date: Fri, 19 Jul 2024 16:55:15 +0200 Subject: [PATCH] ci: add cname --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 12e2b37..8029c8c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,4 +26,5 @@ makedocs( deploydocs( branch = "docs", - repo = "github.com/QuiverTools/QuiverTools.jl.git") \ No newline at end of file + repo = "github.com/QuiverTools/QuiverTools.jl.git", + cname = "julia.quiver.tools") \ No newline at end of file