We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40b337 commit d3108ebCopy full SHA for d3108eb
1 file changed
.github/workflows/ruby-core.yml
@@ -67,7 +67,12 @@ jobs:
67
bundle exec rake build:local_ruby
68
working-directory: ruby/rdoc
69
- name: Core docs coverage
70
- run: make XRUBY=ruby RDOC_DEPENDS= RBCONFIG=update-rbconfig rdoc-coverage
+ run: >
71
+ BUNDLE_GEMFILE=../rdoc/Gemfile bundle exec rdoc --quiet -C
72
+ -x ^ext/json -x ^ext/openssl -x ^ext/psych
73
+ -x ^lib/bundler -x ^lib/rubygems
74
+ -x ^lib/did_you_mean -x ^lib/error_highlight -x ^lib/syntax_suggest
75
+ .
76
working-directory: ruby/ruby
77
- name: Generate Documentation with RDoc
78
run: make html
0 commit comments