adding right name for convertor

This commit is contained in:
2025-08-14 09:36:49 +00:00
parent 26f537551c
commit fb06df8c23

View File

@ -285,7 +285,7 @@ jobs:
print(f"Generating docs for {env_vars['DOC_LABEL']}")
# Convert the respective doc with metadata parameters
result = run(f"otc-doc-convertor {env_str}", shell=True)
result = run(f"otc-convert-doc {env_str}", shell=True)
if result.returncode != 0:
print(f"Error running convert_doc for {env_vars['DOC_LABEL']}")
exit(result.returncode)