We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a31a07 commit 061d479Copy full SHA for 061d479
.github/workflows/check_misc.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Generate docs
65
id: docs
66
run: |
67
- ruby -W0 --disable-gems -I./lib tool/rdoc-srcdir -q --op html .
+ ruby -W0 --disable-gems tool/rdoc-srcdir -q --op html .
68
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
69
# Generate only when document commit/PR
70
if: >-
0 commit comments