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.
1 parent 112297d commit 0499531Copy full SHA for 0499531
.github/workflows/ruby-core.yml
@@ -45,7 +45,6 @@ jobs:
45
run: |
46
autoconf
47
./configure -C --disable-install-doc
48
- make -j2
49
working-directory: ruby/ruby
50
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
51
with:
@@ -54,9 +53,10 @@ jobs:
54
53
55
bundle install
56
bundle exec rake build
+ mv pkg/rdoc-*.gem ../ruby/gems
57
working-directory: ruby/rdoc
58
- name: Generate Documentation with RDoc
59
- run: make html V=1 RDOC="$(XRUBY) -I${../rdoc/lib} \"$(tooldir)/rdoc-srcdir\""
+ run: make html V=1
60
61
# We need to clear the generated documentation to generate them again
62
# with the Prism parser.
0 commit comments