From 11e4a9eb16a10e275a2892155230cde2159260e0 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 8 Oct 2022 20:25:27 -0400 Subject: [PATCH] fix docs deploy --- hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch.toml b/hatch.toml index 7a658d5b9..60cb58a7d 100644 --- a/hatch.toml +++ b/hatch.toml @@ -87,7 +87,7 @@ MKDOCS_CONFIG = "mkdocs.yml" [envs.docs.scripts] build = "mkdocs build --config-file {env:MKDOCS_CONFIG} --clean --strict {args}" serve = "mkdocs serve --config-file {env:MKDOCS_CONFIG} --dev-addr localhost:8000 {args}" -ci-build = "mike deploy --update-aliases {args}" +ci-build = "mike deploy --config-file {env:MKDOCS_CONFIG} --update-aliases {args}" [envs.backend] detached = true