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