We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e735202 commit 5d24625Copy full SHA for 5d24625
.github/workflows/update.yml
@@ -68,9 +68,9 @@ jobs:
68
id: docs-cache
69
with:
70
path: markdown-pages
71
- key: ${{ runner.os }}-docs-cache-20220705-${{ github.event.client_payload.sha }} # You can inc the version number to force cache rebuild
+ key: ${{ runner.os }}-docs-cache-20220708-${{ github.event.client_payload.sha }} # You can inc the version number to force cache rebuild
72
restore-keys: |
73
- ${{ runner.os }}-docs-cache-20220705-
+ ${{ runner.os }}-docs-cache-20220708-
74
75
- name: Check file exists
76
id: check-file-exists
0 commit comments