We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cec45 commit ee0ae89Copy full SHA for ee0ae89
1 file changed
.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