Use apt-get
This commit is contained in:
parent
591f34429d
commit
6a737cc7bc
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
@ -34,13 +34,16 @@ jobs:
|
|||||||
- name: Build HTML documentaiton
|
- name: Build HTML documentaiton
|
||||||
run: make html
|
run: make html
|
||||||
|
|
||||||
- name: Install TinyTeX
|
- name: Install LaTeX
|
||||||
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: Install TinyTeX
|
||||||
run: |
|
# uses: r-lib/actions/setup-tinytex@v1
|
||||||
tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
|
|
||||||
parskip fancyhdr titlesec hypcap
|
#- name: Install LaTeX packages
|
||||||
|
# run: |
|
||||||
|
# tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
|
||||||
|
# parskip fancyhdr titlesec hypcap
|
||||||
|
|
||||||
- name: Build PDF documentaiton
|
- name: Build PDF documentaiton
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user