re-generate feature docs in release
This commit is contained in:
parent
58ec8b2028
commit
d00f4749b1
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use crate::{
|
|||
|
||||
pub(crate) mod assists_doc_tests;
|
||||
pub(crate) mod diagnostics_docs;
|
||||
mod feature_docs;
|
||||
pub(crate) mod feature_docs;
|
||||
mod grammar;
|
||||
mod lints;
|
||||
mod parser_inline_tests;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ impl flags::Release {
|
|||
// Generates bits of manual.adoc.
|
||||
codegen::diagnostics_docs::generate(false);
|
||||
codegen::assists_doc_tests::generate(false);
|
||||
codegen::feature_docs::generate(false);
|
||||
|
||||
let website_root = project_root().join("../rust-analyzer.github.io");
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue