We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce843aa commit 02ae14cCopy full SHA for 02ae14c
src/bootstrap/doc.rs
@@ -220,6 +220,9 @@ impl Step for TheBook {
220
// build the version info page and CSS
221
let shared_assets = builder.ensure(SharedAssets { target });
222
223
+ // build the command first so we don't nest GHA groups
224
+ builder.rustdoc_cmd(compiler);
225
+
226
// build the redirect pages
227
let _guard = builder.msg_doc(compiler, "book redirect pages", target);
228
for file in t!(fs::read_dir(builder.src.join(&relative_path).join("redirects"))) {
0 commit comments