We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8ec9f commit 112297dCopy full SHA for 112297d
.github/workflows/ruby-core.yml
@@ -50,14 +50,13 @@ jobs:
50
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
51
with:
52
path: ruby/rdoc
53
- - name: Install RDoc locally
+ - name: Build RDoc locally
54
run: |
55
bundle install
56
bundle exec rake build
57
- gem install pkg/rdoc-*.gem --install-dir ../ruby/.bundle
58
working-directory: ruby/rdoc
59
- name: Generate Documentation with RDoc
60
- run: make html V=1
+ run: make html V=1 RDOC="$(XRUBY) -I${../rdoc/lib} \"$(tooldir)/rdoc-srcdir\""
61
working-directory: ruby/ruby
62
# We need to clear the generated documentation to generate them again
63
# with the Prism parser.
0 commit comments