diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-03 17:30:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-03 17:30:57 +0100 |
commit | 794f6da821c5d6e2490b996baffe162e4753262d (patch) | |
tree | 9cd37b2ad18029c098529d91ef89443ac8e13b22 /xtask/src/lib.rs | |
parent | 636f597a86cbb72194dd9c867563a77ddcf50c44 (diff) | |
parent | 5315934d888797432d62ec4a55303aeacb8cd286 (diff) |
Merge #4734
4734: Don't store generated docs in the repo r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/lib.rs')
-rw-r--r-- | xtask/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/src/lib.rs b/xtask/src/lib.rs index 874957885..739f49f7b 100644 --- a/xtask/src/lib.rs +++ b/xtask/src/lib.rs | |||
@@ -160,6 +160,8 @@ pub fn run_release(dry_run: bool) -> Result<()> { | |||
160 | run!("git reset --hard tags/nightly")?; | 160 | run!("git reset --hard tags/nightly")?; |
161 | run!("git push")?; | 161 | run!("git push")?; |
162 | } | 162 | } |
163 | codegen::generate_assists_docs(Mode::Overwrite)?; | ||
164 | codegen::generate_feature_docs(Mode::Overwrite)?; | ||
163 | 165 | ||
164 | let website_root = project_root().join("../rust-analyzer.github.io"); | 166 | let website_root = project_root().join("../rust-analyzer.github.io"); |
165 | let changelog_dir = website_root.join("./thisweek/_posts"); | 167 | let changelog_dir = website_root.join("./thisweek/_posts"); |