Skip to content

Commit 70c9e45

Browse files
authored
Workaround immutable cache
1 parent 676d60a commit 70c9e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ jobs:
123123
with:
124124
path: |
125125
doc/build
126-
key: doc-build-${{ github.ref_name }}
126+
key: doc-build-${{ github.ref_name }}-${{ github.run_id }}
127127
restore-keys: |
128+
doc-build-${{ github.ref_name }}
128129
doc-build-master
129130
130131
- name: "Build HTML Documentation"

0 commit comments

Comments
 (0)