Skip to content

Commit 7409968

Browse files
authored
Set Ruby version to 2.7.4 in Jekyll workflow
1 parent 748bd36 commit 7409968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38+
ruby-version: '2.7.4'
3839
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3940
cache-version: 1 # Increment this number if you need to re-download cached gems
4041
- name: Setup Pages

0 commit comments

Comments
 (0)