Skip to content

Commit

Permalink
Merge pull request #766 from olleolleolle/ci-avoid-double-install
Browse files Browse the repository at this point in the history
CI: Rely on setup-ruby to install Bundler gems
  • Loading branch information
rhenium committed Jun 10, 2024
2 parents c046ddd + 448f2fd commit 72d1be9
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 72d1be9

Please sign in to comment.