From f73b054eaa7c0b858628d2e4ec18ca96376f4c35 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 22 Jul 2026 20:35:31 +0800 Subject: feat(doc): replace deploy-api-docs script with direct cargo commands --- .run/src/bin/doc.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.run/src/bin/doc.sh') diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index 8c809b7..014ea44 100755 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -1,3 +1,7 @@ #!/bin/bash -cargo dev_tool deploy-api-docs -- --open +cargo doc \ + --manifest-path mingling/Cargo.toml \ + --no-deps \ + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \ + --open -- cgit