File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
run : |
46
46
autoconf
47
47
./configure -C --disable-install-doc
48
- make -j2
49
48
working-directory : ruby/ruby
50
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
51
50
with :
@@ -54,17 +53,18 @@ jobs:
54
53
run : |
55
54
bundle install
56
55
bundle exec rake build
56
+ mv pkg/rdoc-*.gem ../ruby/gems
57
57
working-directory : ruby/rdoc
58
58
- name : Generate Documentation with RDoc
59
- run : make html V=1 RDOC="$(XRUBY) -I${../rdoc/lib} \"$(tooldir)/rdoc-srcdir\""
59
+ run : make html
60
60
working-directory : ruby/ruby
61
61
# We need to clear the generated documentation to generate them again
62
62
# with the Prism parser.
63
63
- name : Clear Generated Documentation
64
64
run : rm -r .ext/html
65
65
working-directory : ruby/ruby
66
66
- name : Generate Documentation with RDoc (Prism parser)
67
- run : make html V=1
67
+ run : make html
68
68
working-directory : ruby/ruby
69
69
env :
70
70
RDOC_USE_PRISM_PARSER : true
Original file line number Diff line number Diff line change @@ -515,6 +515,7 @@ def document options
515
515
# by the RDoc options
516
516
517
517
def generate
518
+ raise
518
519
if @options . dry_run then
519
520
# do nothing
520
521
@generator . generate
You can’t perform that action at this time.
0 commit comments