Skip to content

Commit

Permalink
fix: specify ruby version
Browse files Browse the repository at this point in the history
Before, workflows did not run
  • Loading branch information
Perseus333 authored Dec 20, 2024
1 parent 72eae3b commit 819afcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
ruby-version: '3.1' # 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 Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5' # Ensure this matches your required Ruby version
bundler-cache: true # Caches installed gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 819afcb

Please sign in to comment.