From d6779a59509dcba7c599ae6d0ca9f93a4915c7c1 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 19 Feb 2022 23:31:17 +0800 Subject: [PATCH] Temporarily disable PDF building --- .github/workflows/deploy.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a730e43..b7c0ae9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,19 +34,19 @@ jobs: - name: Build HTML documentaiton run: make html - - name: Install TinyTeX - uses: r-lib/actions/setup-tinytex@v1 + #- name: Install TinyTeX + # 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 letltxmacro + #- name: Install LaTeX packages + # run: | + # tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ + # varwidth framed threeparttable wrapfig upquote capt-of \ + # multirow eqparbox needspace fncychap letltxmacro - - name: Build PDF documentaiton - run: | - make latexpdf - cp build/latex/Makefile.pdf build/html/ + #- name: Build PDF documentaiton + # run: | + # make latexpdf + # cp build/latex/Makefile.pdf build/html/ - name: Deploy documentation uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305