From fa9014142fae3613000d07b66dd46acfacc5fe80 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 3 Oct 2021 21:02:32 +0200 Subject: [PATCH] Updated Action to correct doc compiling --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 0883fc0..fef9a43 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -19,7 +19,7 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: - root_file: model.tex + root_file: final.tex - name: Commit changes uses: EndBug/add-and-commit@v7 with: