Skip to content

Commit ccdaf39

Browse files
committed
.github/workflows/github-pages.yml: use latest RDoc
Use "bundle exec" explicitly. The rdoc command in PATH is not from the latest RDoc version installed with Bundler.
1 parent 0dd6459 commit ccdaf39

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@v4
2121
with:

0 commit comments

Comments
 (0)