Skip to content

Commit 0e0c505

Browse files
authored
use cache anyway
1 parent c36f399 commit 0e0c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3939
with:
4040
ruby-version: '3.2' # Not needed with a .ruby-version file
41-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
41+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 1 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages
4444
id: pages

0 commit comments

Comments
 (0)