Skip to content

Commit

Permalink
chore: Force push docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jun 13, 2024
1 parent fcd3308 commit bb7d8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def docs_deploy(ctx: Context) -> None:
if not insiders:
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
ctx.run(
tools.mkdocs.gh_deploy(),
tools.mkdocs.gh_deploy(force=True),
title="Deploying documentation",
)

Expand Down

0 comments on commit bb7d8ca

Please # to comment.