From fe30674d56b9d8e237bbde37867812b30cf579ee Mon Sep 17 00:00:00 2001 From: Moses <36628352+genuinemoses@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:25:00 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d92291b..90c834c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,8 +29,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - 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 - name: Build site run: bundle exec jekyll build --verbose --trace