diff --git a/.gitea/workflows/build-xelatex.yml b/.gitea/workflows/build-xelatex.yml index 864978e..7c30c5e 100644 --- a/.gitea/workflows/build-xelatex.yml +++ b/.gitea/workflows/build-xelatex.yml @@ -15,12 +15,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # 1. Restore the font and TeX cache from previous runs - - name: Cache TeX and Fontconfig - uses: actions/cache@v3 - with: - path: .texcache - key: texlive-fonts-${{ runner.os }} + # # 1. Restore the font and TeX cache from previous runs + # - name: Cache TeX and Fontconfig + # uses: actions/cache@v3 + # with: + # path: .texcache + # key: texlive-fonts-${{ runner.os }} - name: Find all root .tex files id: roots