This commit is contained in:
jverzani 2022-05-24 14:36:37 -04:00
parent 9904845715
commit 66925c7e54

View File

@ -8,7 +8,7 @@ const htmlfile = joinpath(@__DIR__, "..", "templates", "bootstrap.tpl")
const latexfile = joinpath(@__DIR__, "..", "templates", "julia_tex.tpl")
function build_toc(force=true)
infile = joinpath(repo_directory, "misc", "toc.jmd")
infile = joinpath(repo_directory, "CwJ", "misc", "toc.jmd")
outfile = joinpath(@__DIR__, "build", "index.html")
weave(infile;
out_path=outfile,