This commit is contained in:
Domipoke
2026-07-27 17:44:00 +02:00
parent 5b2e90faa4
commit 6e89adcc51
+6 -6
View File
@@ -15,12 +15,12 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
# 1. Restore the font and TeX cache from previous runs # # 1. Restore the font and TeX cache from previous runs
- name: Cache TeX and Fontconfig # - name: Cache TeX and Fontconfig
uses: actions/cache@v3 # uses: actions/cache@v3
with: # with:
path: .texcache # path: .texcache
key: texlive-fonts-${{ runner.os }} # key: texlive-fonts-${{ runner.os }}
- name: Find all root .tex files - name: Find all root .tex files
id: roots id: roots