From f009073d10838f8810ad94c28e39ef083ebeda1a Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Tue, 20 Jul 2021 23:09:06 +0200 Subject: [PATCH] Updated github workflow to include slides --- .github/workflows/compile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9463a4e..2ada640 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -31,7 +31,9 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: - root_file: main.tex + root_file: thesis.tex + root_file: slides_clean.tex + root_file: slides_notes.tex - name: Release uses: softprops/action-gh-release@v1