diff options
Diffstat (limited to '.run/src/bin/doc-nightly.ps1')
| -rw-r--r-- | .run/src/bin/doc-nightly.ps1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.run/src/bin/doc-nightly.ps1 b/.run/src/bin/doc-nightly.ps1 index 3d8289e..30d6aaf 100644 --- a/.run/src/bin/doc-nightly.ps1 +++ b/.run/src/bin/doc-nightly.ps1 @@ -1 +1,6 @@ -cargo dev_tool deploy-api-docs -- --docsrs --open +cargo +nightly rustdoc ` + --manifest-path mingling/Cargo.toml ` + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros ` + --open ` + -- ` + --cfg docsrs |
