We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7428 commit 8b84da0Copy full SHA for 8b84da0
1 file changed
.github/workflows/pr-preview.yml
@@ -203,6 +203,7 @@ jobs:
203
with:
204
ruby-version: "3.4"
205
bundler-cache: true
206
+ cache-version: pr${{ env.GITHUB_PR_NUMBER }}
207
- name: Jekyll Build
208
run: |
209
echo "url: https://${{ needs.preview-create-init.outputs.domain }}" > _action.yml
0 commit comments