Skip to content

Commit 9771da5

Browse files
committed
workflows: Fix primary key hashing
1 parent fd66164 commit 9771da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Cache purging is delegated to GitHub (this means a maximum 10G of data accessed
4444
# less than a week ago).
4545
with:
46-
primary-key: nix-${{ hashFiles('**/*.nix') }}
46+
primary-key: nix-${{ hashFiles('nix-book.sh') }}
4747
restore-prefixes-first-match: nix-
4848
- name: Setup Pages
4949
id: pages

0 commit comments

Comments
 (0)