Skip to content

Commit 44569dd

Browse files
committed
remove ruby version from actions workflow
1 parent 1fe9697 commit 44569dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-and-deploy-jekyll-site.yml

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

0 commit comments

Comments
 (0)