Skip to content

Commit 2a8ec9f

Browse files
committed
Improve rdoc buildin step
1 parent 51f791b commit 2a8ec9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
path: ruby/rdoc
5353
- name: Install RDoc locally
5454
run: |
55-
gem build rdoc
56-
gem install *.gem --install-dir ../ruby/.bundle
55+
bundle install
56+
bundle exec rake build
57+
gem install pkg/rdoc-*.gem --install-dir ../ruby/.bundle
5758
working-directory: ruby/rdoc
5859
- name: Generate Documentation with RDoc
5960
run: make html V=1

0 commit comments

Comments
 (0)