tweak?
This commit is contained in:
@@ -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_dir = isdir(folder) ? folder : joinpath(repo_directory, "CwJ", folder)
|
||||||
jmd_file = joinpath(jmd_dir, file)
|
jmd_file = joinpath(jmd_dir, file)
|
||||||
bnm = replace(basename(jmd_file), r".jmd$" => "")
|
bnm = replace(basename(jmd_file), r".jmd$" => "")
|
||||||
build_dir = joinpath(repo_directory, "docs", "build")
|
build_dir = joinpath(@__DIR__, "build")
|
||||||
|
|
||||||
if !force
|
if !force
|
||||||
#testfile = joinpath(repo_directory, "html", folder, bnm*".html")
|
#testfile = joinpath(repo_directory, "html", folder, bnm*".html")
|
||||||
|
|||||||
Reference in New Issue
Block a user