Skip to content

Commit

Permalink
use ruby 3.1 for jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Feb 27, 2024
1 parent 6afe29a commit e1fce43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
uses: docker://ruby:3.3
uses: docker://ruby:3.1
env:
BUNDLE_PATH: .bundle
with:
entrypoint: bundle
args: install -j=4

- name: Fetch the content
uses: docker://ruby:3.3
uses: docker://ruby:3.1
env:
BUNDLE_PATH: .bundle
LANG: en_US.UTF-8
Expand All @@ -45,7 +45,7 @@ jobs:
args: exec rake

- name: Build the site
uses: docker://ruby:3.3
uses: docker://ruby:3.1
env:
BUNDLE_PATH: .bundle
LANG: en_US.UTF-8
Expand Down

0 comments on commit e1fce43

Please sign in to comment.