From 0cb8cdc49bc062777dc8af68485d50fd0a8949f8 Mon Sep 17 00:00:00 2001 From: Mao Zhou Date: Fri, 20 Sep 2024 14:41:45 +1000 Subject: [PATCH] update --- src/CSL_Chinese.jl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/CSL_Chinese.jl b/src/CSL_Chinese.jl index ff405b6..669518d 100644 --- a/src/CSL_Chinese.jl +++ b/src/CSL_Chinese.jl @@ -1,13 +1,11 @@ module CSL_Chinese using Books - using Reexport: @reexport -using Reexport: @reexport @reexport using Books: - build_all, - gen + build_all, html, pdf, + gen, """ build() @@ -18,7 +16,8 @@ function build() # To avoid publishing broken websites. fail_on_error = true gen(; fail_on_error) - build_all(; fail_on_error) + html() + #build_all(; fail_on_error) end end # module