We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4775f commit b891ffeCopy full SHA for b891ffe
1 file changed
duties.py
@@ -286,11 +286,7 @@ def docs_deploy(ctx):
286
Arguments:
287
ctx: The context instance (passed automatically).
288
"""
289
- ctx.run(
290
- "echo 'Not ready yet! It would override mkdocstrings.github.io/python!' && false",
291
- title="Deploying documentation",
292
- nofail=True,
293
- )
+ ctx.run("mkdocs gh-deploy", title="Deploying documentation")
294
295
296
@duty
0 commit comments