mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Don't store generated docs in the repo
This commit is contained in:
parent
636f597a86
commit
5315934d88
8 changed files with 16 additions and 1328 deletions
|
@ -160,6 +160,8 @@ pub fn run_release(dry_run: bool) -> Result<()> {
|
|||
run!("git reset --hard tags/nightly")?;
|
||||
run!("git push")?;
|
||||
}
|
||||
codegen::generate_assists_docs(Mode::Overwrite)?;
|
||||
codegen::generate_feature_docs(Mode::Overwrite)?;
|
||||
|
||||
let website_root = project_root().join("../rust-analyzer.github.io");
|
||||
let changelog_dir = website_root.join("./thisweek/_posts");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue