From a75788e2890b5603e58ec80f897bd46217fc2b57 Mon Sep 17 00:00:00 2001 From: Ella DeGuzman <57424357+ella-deguzman@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:03:26 -0800 Subject: [PATCH] Update jekyll.yml with file from last year --- .github/workflows/jekyll.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 68520b5..9860e70 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -36,9 +36,11 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 with: - ruby-version: '3.1' # Not needed with a .ruby-version file + # The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo. 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 + cache-version: 2 # Increment this number if you need to re-download cached gems + - name: Install dependencies + run: bundle install - name: Setup Pages id: pages uses: actions/configure-pages@v5