Skip to content

Commit 190bfb2

Browse files
Update pages.yml
1 parent 2c2f31c commit 190bfb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ruby/setup-ruby@v1
4040
with:
4141
ruby-version: '3.3' # Not needed with a .ruby-version file
42-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
42+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4343
cache-version: 0 # Increment this number if you need to re-download cached gems
4444
working-directory: '${{ github.workspace }}/docs'
4545
- name: Install gems

0 commit comments

Comments
 (0)