forked from docs/doc-exports
adding verbosity
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user