From a271ce890a2d6a5cd044d9d37988bfa7edf4a53c Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:15:04 +0200 Subject: [PATCH] It should be alright --- .github/workflows/LaTeXcompile.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 6963d8f..f6c3561 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -9,6 +9,10 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v2 + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v2 + with: + root_file: Alembic.tex - name: Update README uses: nanasess/setup-php@master with: