We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66164 commit 9771da5Copy full SHA for 9771da5
.github/workflows/mdbook.yml
@@ -43,7 +43,7 @@ jobs:
43
# Cache purging is delegated to GitHub (this means a maximum 10G of data accessed
44
# less than a week ago).
45
with:
46
- primary-key: nix-${{ hashFiles('**/*.nix') }}
+ primary-key: nix-${{ hashFiles('nix-book.sh') }}
47
restore-prefixes-first-match: nix-
48
- name: Setup Pages
49
id: pages
0 commit comments