Skip to content

Commit

Permalink
smart cache based on hashfile of Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 20, 2023
1 parent 58ac809 commit 1d8206e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
ruby-version: '3.2'
bundler-cache: true
cache-version: "${{ hashFiles('Gemfile') }}-0" # increment suffix to force gems to be refetched
- name: Generate Site
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
Expand Down

0 comments on commit 1d8206e

Please sign in to comment.