jp font
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user