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