Skip to content

Commit

Permalink
doc(ci): add a ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Feb 11, 2024
1 parent 5d4cbda commit 242d91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand Down

0 comments on commit 242d91f

Please sign in to comment.