mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Merge pull request #869 from ONLYOFFICE/fix/jsdocs
[jsdoc] Fixed output path
This commit is contained in:
@ -247,7 +247,7 @@ def generate(output_dir):
|
||||
os.makedirs(output_dir + f'/{editor_name.title()}', exist_ok=True)
|
||||
|
||||
data = load_json(input_file)
|
||||
process_doclets(data, output_dir + f'/{editor_name}')
|
||||
process_doclets(data, output_dir + f'/{editor_name.title()}')
|
||||
|
||||
shutil.rmtree(output_dir + 'tmp_json')
|
||||
print('Done')
|
||||
|
||||
Reference in New Issue
Block a user