Skip to content

Commit aeeda8e

Browse files
committed
Comment out the ruby-version line in jekyll.yml as it is not needed with a .ruby-version file, streamlining the workflow configuration.
1 parent 6c2bb55 commit aeeda8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3838
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3939
with:
40-
ruby-version: '3.1' # Not needed with a .ruby-version file
40+
# ruby-version: '3.1' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3

0 commit comments

Comments
 (0)