Fix PDF building
This commit is contained in:
parent
d6779a5950
commit
a51db0992d
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
@ -34,19 +34,14 @@ jobs:
|
|||||||
- name: Build HTML documentaiton
|
- name: Build HTML documentaiton
|
||||||
run: make html
|
run: make html
|
||||||
|
|
||||||
#- name: Install TinyTeX
|
- name: Install TeXLive
|
||||||
# uses: r-lib/actions/setup-tinytex@v1
|
run: |
|
||||||
|
sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
|
||||||
|
|
||||||
#- name: Install LaTeX packages
|
- name: Build PDF documentaiton
|
||||||
# run: |
|
run: |
|
||||||
# tlmgr install tabulary latexmk ulem environ trimspaces titlesec \
|
make latexpdf
|
||||||
# varwidth framed threeparttable wrapfig upquote capt-of \
|
cp build/latex/Makefile.pdf build/html/
|
||||||
# multirow eqparbox needspace fncychap letltxmacro
|
|
||||||
|
|
||||||
#- name: Build PDF documentaiton
|
|
||||||
# run: |
|
|
||||||
# make latexpdf
|
|
||||||
# cp build/latex/Makefile.pdf build/html/
|
|
||||||
|
|
||||||
- name: Deploy documentation
|
- name: Deploy documentation
|
||||||
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
|
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
|
||||||
|
Loading…
x
Reference in New Issue
Block a user