From c4d8952ca56b75d862de17f5ff75c919927a587e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 3 Feb 2022 20:53:20 +0800 Subject: [PATCH] Fix --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 463ae60..60b97ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,11 +38,7 @@ jobs: uses: r-lib/actions/setup-tinytex@v1 - name: Install LaTeX packages - run: | - tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ - varwidth framed threeparttable wrapfig upquote capt-of \ - multirow eqparbox needspace fncychap fancyhdr letltxmacro \ - parskip + run: echo tlmgr install - name: Build PDF documentaiton run: |