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 b4e9f08 commit f1ad8dfCopy full SHA for f1ad8df
1 file changed
duties.py
@@ -224,6 +224,8 @@ def check_docs(ctx: Context) -> None:
224
"""
225
Path("htmlcov").mkdir(parents=True, exist_ok=True)
226
Path("htmlcov/index.html").touch(exist_ok=True)
227
+ if CI:
228
+ os.environ["DEPLOY"] = "true"
229
with _material_insiders():
230
ctx.run(
231
tools.mkdocs.build(strict=True, verbose=True),
0 commit comments