From 6e89adcc5164962b7edc38a3804cffe298e3a5c7 Mon Sep 17 00:00:00 2001 From: Domipoke <42298508+Domipoke@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:44:00 +0200 Subject: [PATCH] jp font --- .gitea/workflows/build-xelatex.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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