Skip to content

Commit 6f1c271

Browse files
committed
Cache key may be the problem
1 parent 4be53a0 commit 6f1c271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latex-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/cache@v4
2323
with:
2424
path: build-pdf
25-
key: pdf-cache-${{ github.ref }}-${{ hashFiles('docs/**/*.sty', 'Makefile') }}
25+
key: pdf-cache-v1
2626
restore-keys: |
27-
pdf-cache-
27+
pdf-cache-v1
2828
- name: Checkout repo
2929
uses: actions/checkout@v4
3030
with:

0 commit comments

Comments
 (0)