update _quarto.yml

This commit is contained in:
jverzani
2022-07-25 12:54:32 -04:00
parent 0f492099ff
commit bce4ce7fa0
19 changed files with 81 additions and 1459 deletions

View File

@@ -37,7 +37,7 @@ for DIR ∈ DIRS
if ext == ".jmd"
qmd_file = joinpath(DIR, fnm * ".qmd")
jmd_file = joinpath(dir, f)
if mtime(jmd_file) > mtime(qmd_file)
if true || mtime(jmd_file) > mtime(qmd_file)
open(qmd_file, "w") do io
jmd2qmd(io, jmd_file)
end