Skip to content

Commit 5d24625

Browse files
authored
bump docs-cache version (#311)
1 parent e735202 commit 5d24625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
id: docs-cache
6969
with:
7070
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
71+
key: ${{ runner.os }}-docs-cache-20220708-${{ github.event.client_payload.sha }} # You can inc the version number to force cache rebuild
7272
restore-keys: |
73-
${{ runner.os }}-docs-cache-20220705-
73+
${{ runner.os }}-docs-cache-20220708-
7474
7575
- name: Check file exists
7676
id: check-file-exists

0 commit comments

Comments
 (0)