From a6562c14dc4e9f23b58958807f1afd19073dc8dd Mon Sep 17 00:00:00 2001 From: t-bltg Date: Mon, 14 Oct 2024 00:20:56 +0200 Subject: [PATCH] fix url in docs build script --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 30ad86d30..11f4fa103 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -820,7 +820,7 @@ function main() @info "deploydocs" deploydocs( - repo = "github.com/JuliaPlots/PlotDocs.jl.git", + repo = "github.com/JuliaPlots/Plots.jl.git", versions = ["stable" => "v^", "v#.#", "dev" => "dev", "latest" => "dev"], push_preview = true, forcepush = true,