Skip to content

Commit 4f7ef7c

Browse files
committed
Install RDoc under .bundle/gems instead
1 parent ad77807 commit 4f7ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install RDoc locally
5454
run: |
5555
gem build rdoc
56-
gem install *.gem
56+
gem install *.gem --install-dir ../ruby/.bundle
5757
working-directory: ruby/rdoc
5858
- name: Generate Documentation with RDoc
5959
run: make html

0 commit comments

Comments
 (0)