We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93e2e7 commit 049f32eCopy full SHA for 049f32e
.github/workflows/jekyll.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Ruby
39
uses: ruby/setup-ruby@v1 # https://github.com/ruby/setup-ruby?tab=readme-ov-file#versioning
40
with:
41
- ruby-version: '3.1.2p20' # Not needed with a .ruby-version file
+ ruby-version: '3.1.2' # Not needed with a .ruby-version file
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
cache-version: 0 # Increment this number if you need to re-download cached gems
44
- name: Setup Pages
0 commit comments