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 d38ee60 commit 51f791bCopy full SHA for 51f791b
.github/workflows/ruby-core.yml
@@ -56,15 +56,16 @@ jobs:
56
gem install *.gem --install-dir ../ruby/.bundle
57
working-directory: ruby/rdoc
58
- name: Generate Documentation with RDoc
59
- run: make html
+ run: make html V=1
60
working-directory: ruby/ruby
61
# We need to clear the generated documentation to generate them again
62
# with the Prism parser.
63
- name: Clear Generated Documentation
64
run: rm -r .ext/html
65
66
- name: Generate Documentation with RDoc (Prism parser)
67
68
69
env:
70
RDOC_USE_PRISM_PARSER: true
71
+
0 commit comments