Skip to content

Commit

Permalink
Merge pull request #362 from katyhuff/issue360
Browse files Browse the repository at this point in the history
reverts last change to bundler cache #361
  • Loading branch information
katyhuff authored Jan 30, 2025
2 parents 4f60049 + a82c7f3 commit 0ad7124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.0
bundler-cache: false
bundler-cache: true

- name: Build the website source
run: bundle exec rake generate
Expand Down

0 comments on commit 0ad7124

Please sign in to comment.