From cba6c26fde2625565ce2cfa58ea1d14cbe6951a0 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 17 Mar 2022 09:24:51 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68b32f2..4076f20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,8 @@ jobs: - name: Install TeXLive run: | sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk - sudo tlmgr install ctex + tlmgr init-usertree + tlmgr install ctex - name: Build PDF documentaiton run: |