Skip to content

Commit

Permalink
Update generate_docs_json.py
Browse files Browse the repository at this point in the history
change default path
  • Loading branch information
trofim24 authored Aug 30, 2024
1 parent 78561ca commit e9c9712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sdkjs_common/jsdoc/generate_docs_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e9c9712

Please sign in to comment.