Skip to content

Commit

Permalink
fix: correct mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 6, 2024
1 parent 446c4ca commit 4205c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_ape/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def publish(base_path, repository, cicd):
"""
Publish docs
"""
builder = _create_builder(base_path=base_path)
builder = _create_builder(mode=BuildMode.RELEASE, base_path=base_path)
try:
builder.publish(repository, cicd=cicd)
except ApeDocsPublishError as err:
Expand Down

0 comments on commit 4205c36

Please sign in to comment.