diff --git a/duties.py b/duties.py index 1c8faa0..4a2b922 100644 --- a/duties.py +++ b/duties.py @@ -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", )