Skip to content

Commit c41b8fe

Browse files
committed
fix: Always force docs deployment
1 parent 79737bf commit c41b8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/duties.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def docs_deploy(ctx: Context) -> None:
134134
with material_insiders() as insiders:
135135
if not insiders:
136136
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
137-
ctx.run(tools.mkdocs.gh_deploy(), title="Deploying documentation")
137+
ctx.run(tools.mkdocs.gh_deploy(force=True), title="Deploying documentation")
138138

139139

140140
@duty

0 commit comments

Comments
 (0)