diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-22 20:35:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-22 20:35:31 +0800 |
| commit | f73b054eaa7c0b858628d2e4ec18ca96376f4c35 (patch) | |
| tree | 1d605b53b9fb75738be991a48cf4d5c614dc66c6 /.run/src/bin/doc.ps1 | |
| parent | 7c1db7cdaa218d32272533d98ba7cd1095138ed1 (diff) | |
feat(doc): replace deploy-api-docs script with direct cargo commands
Diffstat (limited to '.run/src/bin/doc.ps1')
| -rw-r--r-- | .run/src/bin/doc.ps1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1 index 7c3f222..0e55141 100644 --- a/.run/src/bin/doc.ps1 +++ b/.run/src/bin/doc.ps1 @@ -1 +1,5 @@ -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 |
