Skip to content

Commit d8d41a8

Browse files
committed
Remove redundant bundle install in CI
1 parent e07e468 commit d8d41a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ jobs:
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
bundler-cache: true
18-
- run: bundle install --jobs 4 --retry 3
19-
env:
20-
BUNDLE_PATH: vendor/bundle
2118
- run: bundle exec jekyll build

0 commit comments

Comments
 (0)