From b064857e8862bc68c0ab179b1e1c964da7d085ce Mon Sep 17 00:00:00 2001 From: Tracy Kuhrt Date: Mon, 11 Nov 2024 08:30:46 -0700 Subject: [PATCH] Download gems again Signed-off-by: Tracy Kuhrt --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index aeadcde..e9ad92e 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -35,7 +35,7 @@ jobs: with: ruby-version: '3.2' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 1 # 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: Setup Pages uses: actions/configure-pages@v5 - name: Build with Jekyll