adding verbosity

This commit is contained in:
2025-08-12 07:51:46 +00:00
parent b955987688
commit 71b5811369

View File

@ -255,4 +255,6 @@ jobs:
if result.returncode != 0:
print(f"Error running convert_doc for {env_vars['DOC_LABEL']}")
exit(result.returncode)
else:
print(f"No files changed found in {html_loc}")
# EOF