Skip to content

Commit 4b0b6dc

Browse files
authored
Update jekyll.yml
1 parent c5f51d2 commit 4b0b6dc

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.github/workflows/jekyll.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,17 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36-
- name: Set up Ruby
37-
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y rbenv
40-
rbenv init
41-
eval "$(rbenv init -)"
42-
rbenv install 3.3.0-preview3
43-
rbenv global 3.3.0-preview3
44-
gem install bundler
45-
# - name: Setup Ruby
46-
# uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
47-
# with:
48-
# ruby-version: '3.3' # Not needed with a .ruby-version file
49-
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50-
# cache-version: 0 # Increment this number if you need to re-download cached gems
36+
- name: Setup Ruby, JRuby and TruffleRuby
37+
# You may pin to the exact commit or the version.
38+
# uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
39+
uses: ruby/[email protected]
40+
with:
41+
# Engine and version to use, see the syntax in the README. Reads from .ruby-version or .tool-versions if unset.
42+
ruby-version: 3.3 # optional, default is default
43+
# Run "bundle install", and cache the result automatically. Either true or false.
44+
bundler-cache: true # optional, default is false
45+
cache-version: 0
46+
5147
- name: Setup Pages
5248
id: pages
5349
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)