Skip to content

Commit

Permalink
Use build:local_ruby task in ruby-core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 24, 2025
1 parent f1c470a commit c9c47e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Build RDoc locally
run: |
bundle install
bundle exec rake build
mv pkg/rdoc-*.gem ../ruby/gems
bundle exec rake build:local_ruby
working-directory: ruby/rdoc
- name: Generate Documentation with RDoc
run: make html
Expand Down

0 comments on commit c9c47e3

Please sign in to comment.