Use GitHub Actions as CI to test whether the LaTeX source builds.

This commit is contained in:
Máté Cserép 2020-02-27 17:15:34 +01:00 committed by GitHub
parent 140edb94e4
commit 29704aba57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/ci.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@master
with:
root_file: thesis.tex