We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b7ac0 commit 22d2a0bCopy full SHA for 22d2a0b
1 file changed
.github/workflows/render.yml
@@ -67,17 +67,7 @@ jobs:
67
env:
68
cache-name: cache-latex-${{ inputs.input }}-files
69
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
+ path: "**/.cache/**/*"
81
key: latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }}
82
restore-keys: latex-${{ inputs.input }}-${{ inputs.container-version }}
83
0 commit comments