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 79cc062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
path: ruby/rdoc
- name: Install RDoc locally
run: |
gem uninstall rdoc
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 79cc062

Please sign in to comment.