try build all

This commit is contained in:
jverzani 2022-05-28 11:27:41 -04:00
parent b5366be30c
commit c00bf4f127

View File

@ -39,11 +39,9 @@ force = parse(Bool, d["force"])
if isnothing(folder) && isnothing(file)
# keep it simple for now; uncomment above once build goes through
#build_all(force)
build_pages("precalc", nothing, :html, force)
#build_toc()
build_pages(nothing, nothing, :html, force)
build_toc()
else
build_pages(folder, file, :html, force)