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
|
||||
run: make html
|
||||
|
||||
- name: Install TinyTeX
|
||||
uses: r-lib/actions/setup-tinytex@v1
|
||||
- name: Install LaTeX
|
||||
run: sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
|
||||
|
||||
- name: Install LaTeX packages
|
||||
run: |
|
||||
tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
|
||||
parskip fancyhdr titlesec hypcap
|
||||
#- name: Install TinyTeX
|
||||
# uses: r-lib/actions/setup-tinytex@v1
|
||||
|
||||
#- name: Install LaTeX packages
|
||||
# run: |
|
||||
# tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
|
||||
# parskip fancyhdr titlesec hypcap
|
||||
|
||||
- name: Build PDF documentaiton
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user