From f4d4cabf16cd095f833d413959b84b489697ca31 Mon Sep 17 00:00:00 2001 From: Joshua Fogg Date: Tue, 13 Aug 2024 15:57:05 +0100 Subject: [PATCH] Action had incorrect filename --- .github/workflows/report-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-ci.yaml b/.github/workflows/report-ci.yaml index ff959d0..0416ca0 100644 --- a/.github/workflows/report-ci.yaml +++ b/.github/workflows/report-ci.yaml @@ -16,5 +16,5 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: - root_file: edengths.tex + root_file: example-report.tex args: "-pdfps -file-line-error -halt-on-error -interaction=nonstopmode"