merged ats friendly branch
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-04-21 22:15:44 -06:00
6 changed files with 515 additions and 92 deletions
+1 -4
View File
@@ -29,10 +29,7 @@ def main():
# process filelist
for infile in filelist:
# create filenames
outfile = destdir / infile.name
outfile = outfile.with_suffix(".html")
outfilepdf = outfile.with_suffix(".pdf")
print(f"processing '{infile}'...")
# md -> html
print(f"processing '{infile}' to html")