We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49f2047 + c494af4 commit 9aa4a37Copy full SHA for 9aa4a37
backends/manual/tasks.rake
@@ -295,7 +295,7 @@ rule %r{#{MANUAL_GEN_DIR}/.*/top/.*/antora/playbook.yml} => proc { |tname|
295
end
296
297
file $root / "ext" / "riscv-isa-manual" / "README.md" do
298
- sh "git submodule update --init ext/riscv-isa-manual"
+ sh "git submodule update --init ext/riscv-isa-manual 2>&1"
299
300
301
Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
0 commit comments