Skip to content

Commit 9e7d262

Browse files
committed
Remove all manual gem/bundler management commands
1 parent 1158bd5 commit 9e7d262

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,12 @@ jobs:
2929
uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: '3.3'
32-
bundler-cache: false
32+
bundler-cache: true
3333
working-directory: www
3434

3535
- name: Build with Jekyll
3636
run: |
3737
cd www
38-
gem update --system
39-
gem install bundler
40-
bundle update --bundler
41-
bundle install
4238
# Build Jekyll site with baseurl set to empty string
4339
JEKYLL_ENV=production bundle exec jekyll build --baseurl=""
4440
env:

0 commit comments

Comments
 (0)