Skip to content

Commit b4dfdb9

Browse files
committed
[DOC] Show the rdoc coverage of ruby core
1 parent 01fafcc commit b4dfdb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_misc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ jobs:
6464
- name: Generate docs
6565
id: docs
6666
run: |
67-
ruby -W0 --disable-gems tool/rdoc-srcdir -q --op html .
67+
$RDOC -C -x ^ext -x ^lib .
68+
$RDOC --op html .
6869
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
70+
env:
71+
RDOC: ruby -W0 --disable-gems tool/rdoc-srcdir -q
6972
# Generate only when document commit/PR
7073
if: >-
7174
${{false

0 commit comments

Comments
 (0)