Skip to content

Commit e9033a1

Browse files
authored
fix(ci): use ruby version from .ruby-version to match gem requirements (#237)
1 parent 9ccba8d commit e9033a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/jekyll-github-pages-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '3.0' # Not needed with a .ruby-version file
3938
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4039
cache-version: 0 # Increment this number if you need to re-download cached gems
4140
- name: Setup Pages

0 commit comments

Comments
 (0)