Skip to content

Commit b06308e

Browse files
authored
ci: fix build_docs.py (#2243)
1 parent 3365ffa commit b06308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def build_documentation(
405405
build_notes_tex(force=force)
406406

407407
if full:
408-
build_benchmark_tex(out_path=out_path, force=force, repo_owner=repo_owner)
408+
build_benchmark_tex(out_path=out_path, force=force)
409409
fetch_example_docs(out_path=out_path, force=force, repo_owner=repo_owner)
410410
fetch_usgs_pubs(out_path=out_path, force=force)
411411
tex_paths = TEX_PATHS["full"]

0 commit comments

Comments
 (0)