From cb39d7ee2b2359f236d4da09d634b761c2b8d8de Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 14:14:45 +0100 Subject: [PATCH] added force flag to the livetex option --- .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 b98a775..d962173 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: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist + args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f - name: Deploy application 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3