From 006ab03a588c96790dae03594143dd37daa4043e Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:29:03 +0100 Subject: [PATCH] forgot the textlive install in the deployment --- .github/workflows/cd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 7cf68cd..7bda65b 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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