We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2f31c commit 190bfb2Copy full SHA for 190bfb2
1 file changed
.github/workflows/pages.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: ruby/setup-ruby@v1
40
with:
41
ruby-version: '3.3' # Not needed with a .ruby-version file
42
- bundler-cache: false # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
cache-version: 0 # Increment this number if you need to re-download cached gems
44
working-directory: '${{ github.workspace }}/docs'
45
- name: Install gems
0 commit comments