This commit is contained in:
jverzani
2022-05-24 14:47:21 -04:00
parent a3fd82f94b
commit d9851a154d

View File

@@ -34,7 +34,7 @@ function weave_file(folder, file; build_list=(:html,), force=false, kwargs...)
jmd_dir = isdir(folder) ? folder : joinpath(repo_directory, "CwJ", folder)
jmd_file = joinpath(jmd_dir, file)
bnm = replace(basename(jmd_file), r".jmd$" => "")
build_dir = joinpath(repo_directory, "docs", "build")
build_dir = joinpath(@__DIR__, "build")
if !force
#testfile = joinpath(repo_directory, "html", folder, bnm*".html")