Skip to content

Commit

Permalink
attempt to edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Golomb committed Dec 23, 2024
1 parent 3baf970 commit 6de581e
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
with:
ruby-version: '3.3' # 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: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 6de581e

Please sign in to comment.