Skip to content

Commit 22d2a0b

Browse files
authored
Fix cache path. (#278)
1 parent b9b7ac0 commit 22d2a0b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,7 @@ jobs:
6767
env:
6868
cache-name: cache-latex-${{ inputs.input }}-files
6969
with:
70-
path: |
71-
*.aux
72-
*.fdb_latexmk
73-
*.lof
74-
*.lot
75-
*.toc
76-
*.upa
77-
*.upb
78-
*.convert.pdf
79-
*.mermaid.pdf
80-
*.aasvg.pdf
70+
path: "**/.cache/**/*"
8171
key: latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }}
8272
restore-keys: latex-${{ inputs.input }}-${{ inputs.container-version }}
8373

0 commit comments

Comments
 (0)