diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index baa2df6..3e88152 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -67,17 +67,7 @@ jobs: env: cache-name: cache-latex-${{ inputs.input }}-files with: - path: | - *.aux - *.fdb_latexmk - *.lof - *.lot - *.toc - *.upa - *.upb - *.convert.pdf - *.mermaid.pdf - *.aasvg.pdf + path: "**/.cache/**/*" key: latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }} restore-keys: latex-${{ inputs.input }}-${{ inputs.container-version }}