We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad77807 commit 4f7ef7cCopy full SHA for 4f7ef7c
.github/workflows/ruby-core.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install RDoc locally
54
run: |
55
gem build rdoc
56
- gem install *.gem
+ gem install *.gem --install-dir ../ruby/.bundle
57
working-directory: ruby/rdoc
58
- name: Generate Documentation with RDoc
59
run: make html
0 commit comments