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 🛎
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Install TexLive
|
||||
run: apt install texlive-full
|
||||
|
||||
- name: Build thesis ⚙️
|
||||
run: pdflatex --output-directory=./out thesis.tex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user