From b1bc6f71a73a462bf491d6f05a820a746bd4fde0 Mon Sep 17 00:00:00 2001 From: Satyam Date: Wed, 25 Dec 2024 00:24:57 +0530 Subject: [PATCH] change made to jekyll2.yml --- .github/workflows/jekyll2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll2.yml b/.github/workflows/jekyll2.yml index 31e91a1190d..bb911d4e569 100644 --- a/.github/workflows/jekyll2.yml +++ b/.github/workflows/jekyll2.yml @@ -38,7 +38,7 @@ jobs: with: ruby-version: '3.1' # Not needed with a .ruby-version file 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: 1 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages uses: actions/configure-pages@v5