Merge pull request #1 from MatMasIt/Latex-Compiler

Create LaTeXcompile.yml
This commit is contained in:
MatMasIt 2021-07-14 12:28:37 +02:00 committed by GitHub
commit 43e40fc972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/LaTeXcompile.yml vendored Normal file
View File

@ -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