summaryrefslogtreecommitdiff
diff options
authorNobuyoshi Nakada <[email protected]>2025-07-15 20:40:51 +0900
committerNobuyoshi Nakada <[email protected]>2025-07-15 20:51:16 +0900
commit061d479b21403366ef0986d4c614f85f2a770c23 (patch)
tree1c9b2faccf1171f3337ff8d6e8ddb2eab2677232
parent8a31a0792b8aa539be8e39587529b829fe63e593 (diff)
[DOC] RDoc is not in ./lib nowHEADmaster
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.
-rw-r--r--.github/workflows/check_misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index 630ba3e4dc..72fcbe6996 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -64,7 +64,7 @@ jobs:
- name: Generate docs
id: docs
run: |
- ruby -W0 --disable-gems -I./lib tool/rdoc-srcdir -q --op html .
+ ruby -W0 --disable-gems tool/rdoc-srcdir -q --op html .
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
# Generate only when document commit/PR
if: >-
close