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