Temporarily disable PDF building

This commit is contained in:
Dongdong Tian 2022-02-19 23:31:17 +08:00
parent 858fd3c569
commit d6779a5950

View File

@ -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