Skip to content

Commit 64452dc

Browse files
committed
.github/workflows/github-pages.yml: use latest RDoc
Use the RDoc installed by Bundler rather than the bundled gem.
1 parent 3c14973 commit 64452dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ruby-version: ruby
1717
bundler-cache: true # 'bundle install' and cache gems
18-
- run: rake rdoc
18+
- run: bundle exec rake rdoc
1919
- name: Upload GitHub Pages artifact
2020
uses: actions/upload-pages-artifact@v3
2121
with:

0 commit comments

Comments
 (0)