forgot the textlive install in the deployment

This commit is contained in:
2022-02-08 13:29:03 +01:00
parent 6d8a5fb8e4
commit 006ab03a58

View File

@@ -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