Skip to content

Commit

Permalink
CI: Rely on setup-ruby to install Bundler gems
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 9, 2024
1 parent c046ddd commit 448f2fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- run: bundle install
bundler-cache: true # 'bundle install' and cache gems
- run: rake rdoc
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 448f2fd

Please sign in to comment.