From c458b1659050b8063b041769b77885ae6ce45196 Mon Sep 17 00:00:00 2001 From: Max Korbel Date: Mon, 6 Jan 2025 11:51:05 -0800 Subject: [PATCH] be explicit on version to use --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 00d7f4d..6298c0a 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - # ruby-version: '3.1' # Not needed with a .ruby-version file + ruby-version: '3.1' # Not needed with a .ruby-version file, but putting since the file is range working-directory: docs bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems