We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f791b commit 2a8ec9fCopy full SHA for 2a8ec9f
.github/workflows/ruby-core.yml
@@ -52,8 +52,9 @@ jobs:
52
path: ruby/rdoc
53
- name: Install RDoc locally
54
run: |
55
- gem build rdoc
56
- gem install *.gem --install-dir ../ruby/.bundle
+ bundle install
+ bundle exec rake build
57
+ gem install pkg/rdoc-*.gem --install-dir ../ruby/.bundle
58
working-directory: ruby/rdoc
59
- name: Generate Documentation with RDoc
60
run: make html V=1
0 commit comments