Skip to content

Commit

Permalink
[config](build): bundler-cache: true (#676)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
  • Loading branch information
RalphHightower authored Jan 12, 2025
1 parent 345be7d commit 53b470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ruby/setup-ruby@v1.207.0
with:
ruby-version: '3.3.6' # Not needed with a .ruby-version file
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 6 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 53b470d

Please sign in to comment.