forgot the textlive install in the deployment
This commit is contained in:
3
.github/workflows/cd.yaml
vendored
3
.github/workflows/cd.yaml
vendored
@@ -21,6 +21,9 @@ jobs:
|
|||||||
- name: Checkout 🛎
|
- name: Checkout 🛎
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Install TexLive
|
||||||
|
run: apt install texlive-full
|
||||||
|
|
||||||
- name: Build thesis ⚙️
|
- name: Build thesis ⚙️
|
||||||
run: pdflatex --output-directory=./out thesis.tex
|
run: pdflatex --output-directory=./out thesis.tex
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user