Skip to content

Commit

Permalink
Install RDoc under .bundle/gems instead
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 15, 2025
1 parent ad77807 commit 4f7ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install RDoc locally
run: |
gem build rdoc
gem install *.gem
gem install *.gem --install-dir ../ruby/.bundle
working-directory: ruby/rdoc
- name: Generate Documentation with RDoc
run: make html
Expand Down

0 comments on commit 4f7ef7c

Please sign in to comment.