Skip to content

Commit b891ffe

Browse files
committed
chore: We are ready to deploy docs
1 parent 0d4775f commit b891ffe

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

duties.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,7 @@ def docs_deploy(ctx):
286286
Arguments:
287287
ctx: The context instance (passed automatically).
288288
"""
289-
ctx.run(
290-
"echo 'Not ready yet! It would override mkdocstrings.github.io/python!' && false",
291-
title="Deploying documentation",
292-
nofail=True,
293-
)
289+
ctx.run("mkdocs gh-deploy", title="Deploying documentation")
294290

295291

296292
@duty

0 commit comments

Comments
 (0)