Skip to content

Commit 398d5df

Browse files
committed
Update workflow to use latest stable Bundler with Ruby 3.2
1 parent 6d59b08 commit 398d5df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: '3.2'
32-
bundler-cache: true
32+
bundler-cache: false
3333
working-directory: www
3434

3535
- name: Build with Jekyll
3636
run: |
3737
cd www
38+
gem install bundler -v "~> 2.4"
3839
bundle install
3940
bundle exec jekyll build
4041
env:

0 commit comments

Comments
 (0)