diff --git a/main.py b/main.py index 0091342..567a48f 100644 --- a/main.py +++ b/main.py @@ -74,9 +74,11 @@ def main() -> None: with open(page, "w") as f: f.write(content) - if missing_any_svgs and home_md_file is not None: - with open(home_md_file, "a") as f: - f.write("\n" + """ + if missing_any_svgs: + if home_md_file is not None: + eprint(f"::notice::Writing error message to {home_md_file}") + with open(home_md_file, "a") as f: + f.write("\n" + """ -