Skip to content

Commit 9aa4a37

Browse files
authored
Merge pull request #31 from riscv-software-src/dhower/manual_appendix
Redirect stderr so I can see output in GitHub Actions
2 parents 49f2047 + c494af4 commit 9aa4a37

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)