Skip to content

Commit

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

0 comments on commit 4edcbc8

Please sign in to comment.