Skip to content

Commit 061d479

Browse files
committed
[DOC] RDoc is not in ./lib now
It is already a bundled gem, and only the non-built-in parts remain in pathname.rb in ./lib and cannot work in old versions.
1 parent 8a31a07 commit 061d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Generate docs
6565
id: docs
6666
run: |
67-
ruby -W0 --disable-gems -I./lib tool/rdoc-srcdir -q --op html .
67+
ruby -W0 --disable-gems tool/rdoc-srcdir -q --op html .
6868
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
6969
# Generate only when document commit/PR
7070
if: >-

0 commit comments

Comments
 (0)