File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 autoconf
4747 ./configure -C --disable-install-doc
48- make -j2
4948 working-directory : ruby/ruby
5049 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
5150 with :
@@ -54,17 +53,18 @@ jobs:
5453 run : |
5554 bundle install
5655 bundle exec rake build
56+ mv pkg/rdoc-*.gem ../ruby/gems
5757 working-directory : ruby/rdoc
5858 - name : Generate Documentation with RDoc
59- run : make html V=1 RDOC="$(XRUBY) -I${../rdoc/lib} \"$(tooldir)/rdoc-srcdir\""
59+ run : make html
6060 working-directory : ruby/ruby
6161 # We need to clear the generated documentation to generate them again
6262 # with the Prism parser.
6363 - name : Clear Generated Documentation
6464 run : rm -r .ext/html
6565 working-directory : ruby/ruby
6666 - name : Generate Documentation with RDoc (Prism parser)
67- run : make html V=1
67+ run : make html
6868 working-directory : ruby/ruby
6969 env :
7070 RDOC_USE_PRISM_PARSER : true
Original file line number Diff line number Diff line change @@ -515,6 +515,7 @@ def document options
515515 # by the RDoc options
516516
517517 def generate
518+ raise
518519 if @options . dry_run then
519520 # do nothing
520521 @generator . generate
You can’t perform that action at this time.
0 commit comments