From c04d687738992c5d0bb322e630747a4b4bc1b702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Cser=C3=A9p?= Date: Fri, 24 Jul 2020 11:12:37 +0200 Subject: [PATCH] Update CI with the thesis.tex to elteikthesis.tex rename. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 451e5c9..3f459bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,4 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@master with: - root_file: thesis.tex + root_file: elteikthesis.tex