Skip to content

Commit 02ae14c

Browse files
committed
fix another GHA log panic
1 parent ce843aa commit 02ae14c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/doc.rs

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ impl Step for TheBook {
220220
// build the version info page and CSS
221221
let shared_assets = builder.ensure(SharedAssets { target });
222222

223+
// build the command first so we don't nest GHA groups
224+
builder.rustdoc_cmd(compiler);
225+
223226
// build the redirect pages
224227
let _guard = builder.msg_doc(compiler, "book redirect pages", target);
225228
for file in t!(fs::read_dir(builder.src.join(&relative_path).join("redirects"))) {

0 commit comments

Comments
 (0)