Skip to content

Commit 62865fa

Browse files
authored
Workflows (#19)
* add .jekyll-cache back * update setup-ruby version in jekyll.yml * fix yml syntax error * update ruby version in workflows
1 parent 342cce3 commit 62865fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 #v1.195.0
38-
with:
39-
ruby-version: '3.1' # Not needed with a .ruby-version file
38+
ruby-version: "3.3,0" # Not needed with a .ruby-version file
4039
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4140
cache-version: 0 # Increment this number if you need to re-download cached gems
4241
- name: Setup Pages

0 commit comments

Comments
 (0)