Skip to content

Commit c494af4

Browse files
author
Derek Hower
committed
Redirect stderr so I can see output in GitHub Actions
1 parent ca37269 commit c494af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/manual/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ rule %r{#{MANUAL_GEN_DIR}/.*/top/.*/antora/playbook.yml} => proc { |tname|
295295
end
296296

297297
file $root / "ext" / "riscv-isa-manual" / "README.md" do
298-
sh "git submodule update --init ext/riscv-isa-manual"
298+
sh "git submodule update --init ext/riscv-isa-manual 2>&1"
299299
end
300300

301301
Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|

0 commit comments

Comments
 (0)