diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4076f20..d10a76f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,8 +37,6 @@ jobs: - name: Install TeXLive run: | sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk - tlmgr init-usertree - tlmgr install ctex - name: Build PDF documentaiton run: |