Skip to content

Commit c9c47e3

Browse files
committed
Use build:local_ruby task in ruby-core workflow
1 parent f1c470a commit c9c47e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- name: Build RDoc locally
5353
run: |
5454
bundle install
55-
bundle exec rake build
56-
mv pkg/rdoc-*.gem ../ruby/gems
55+
bundle exec rake build:local_ruby
5756
working-directory: ruby/rdoc
5857
- name: Generate Documentation with RDoc
5958
run: make html

0 commit comments

Comments
 (0)