From 72076d747c07ba03b685fc9d98c376ebf7fdc9b0 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:28:06 +0200 Subject: [PATCH] Create LaTeXcompile.yml --- .github/workflows/LaTeXcompile.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/LaTeXcompile.yml diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml new file mode 100644 index 0000000..840cac4 --- /dev/null +++ b/.github/workflows/LaTeXcompile.yml @@ -0,0 +1,12 @@ +name: Build LaTeX document +on: [push] +jobs: + build_latex: + runs-on: ubuntu-latest + 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