From b0981776f82d6ff02210b249737a41c1ef8f88f4 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Tue, 16 Jan 2024 07:27:33 +0100 Subject: [PATCH] up make --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index c5f7f61e..d8bf0999 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,4 +6,4 @@ makedocs(; sitename="DocumenterVitepress", authors="LuxDL et al.", checkdocs=:all, format=DocumenterVitepress.MarkdownVitepress(), draft=false, - source="src", build=joinpath(@__DIR__, "docs")) \ No newline at end of file + source="src", build=joinpath(@__DIR__, "docs_site")) \ No newline at end of file