Refactor wiki page to put everything in monthly files

This commit is contained in:
Ayaz Salikhov
2023-11-06 00:26:54 +01:00
parent 641e13e933
commit 3f5cc4fdf2
4 changed files with 88 additions and 60 deletions

View File

@@ -43,7 +43,7 @@ def write_build_history_line(
f"[Build manifest](./{filename})",
]
)
build_history_line = "|".join([date_column, image_column, links_column]) + "|"
build_history_line = f"| {date_column} | {image_column} | {links_column} |"
hist_line_dir.mkdir(parents=True, exist_ok=True)
(hist_line_dir / f"{filename}.txt").write_text(build_history_line)