diff --git a/scripts/sdkjs_common/jsdoc/generate_docs_json.py b/scripts/sdkjs_common/jsdoc/generate_docs_json.py index adc0329b..ef60ae0e 100644 --- a/scripts/sdkjs_common/jsdoc/generate_docs_json.py +++ b/scripts/sdkjs_common/jsdoc/generate_docs_json.py @@ -134,7 +134,7 @@ def get_current_branch(path): type=str, help="Destination directory for the generated documentation", nargs='?', # Indicates the argument is optional - default=f"{root}/document-builder-declarations/document-builder" # Default value + default=f"{root}/office-js-api-declarations/office-js-api" ) args = parser.parse_args()