Skip to content

Commit 72d1be9

Browse files
authored
Merge pull request #766 from olleolleolle/ci-avoid-double-install
CI: Rely on setup-ruby to install Bundler gems
2 parents c046ddd + 448f2fd commit 72d1be9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ruby
17-
bundler-cache: true
18-
- run: bundle install
17+
bundler-cache: true # 'bundle install' and cache gems
1918
- run: rake rdoc
2019
- name: Upload GitHub Pages artifact
2120
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)