We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79737bf commit c41b8feCopy full SHA for c41b8fe
project/duties.py.jinja
@@ -134,7 +134,7 @@ def docs_deploy(ctx: Context) -> None:
134
with material_insiders() as insiders:
135
if not insiders:
136
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
137
- ctx.run(tools.mkdocs.gh_deploy(), title="Deploying documentation")
+ ctx.run(tools.mkdocs.gh_deploy(force=True), title="Deploying documentation")
138
139
140
@duty
0 commit comments