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