From adeafac87982c505ee0fccea063f90edf23cabe0 Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 14:10:48 +0100 Subject: [PATCH] added dafault args back in --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 809cb17..b98a775 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -20,7 +20,7 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: thesis.tex - args: --output-directory=./dist + args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist - name: Deploy application 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3