Skip to content

Commit

Permalink
Merge pull request #31 from riscv-software-src/dhower/manual_appendix
Browse files Browse the repository at this point in the history
Redirect stderr so I can see output in GitHub Actions
  • Loading branch information
dhower-qc authored Sep 20, 2024
2 parents 49f2047 + c494af4 commit 9aa4a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/manual/tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ rule %r{#{MANUAL_GEN_DIR}/.*/top/.*/antora/playbook.yml} => proc { |tname|
end

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

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

0 comments on commit 9aa4a37

Please sign in to comment.