mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Show the rdoc coverage of ruby core
This commit is contained in:
parent
01fafcca90
commit
b4dfdb915d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/check_misc.yml
vendored
5
.github/workflows/check_misc.yml
vendored
|
@ -64,8 +64,11 @@ jobs:
|
|||
- name: Generate docs
|
||||
id: docs
|
||||
run: |
|
||||
ruby -W0 --disable-gems tool/rdoc-srcdir -q --op html .
|
||||
$RDOC -C -x ^ext -x ^lib .
|
||||
$RDOC --op html .
|
||||
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
|
||||
env:
|
||||
RDOC: ruby -W0 --disable-gems tool/rdoc-srcdir -q
|
||||
# Generate only when document commit/PR
|
||||
if: >-
|
||||
${{false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue