Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Sep 20, 2024
1 parent 6bd1926 commit 0cb8cdc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/CSL_Chinese.jl
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -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

0 comments on commit 0cb8cdc

Please sign in to comment.