Skip to content

Commit 8b84da0

Browse files
authored
Add cache version for Jekyll build in PR workflow
1 parent e5f7428 commit 8b84da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
with:
204204
ruby-version: "3.4"
205205
bundler-cache: true
206+
cache-version: pr${{ env.GITHUB_PR_NUMBER }}
206207
- name: Jekyll Build
207208
run: |
208209
echo "url: https://${{ needs.preview-create-init.outputs.domain }}" > _action.yml

0 commit comments

Comments
 (0)