Add workflow

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-08-31 09:58:30 +02:00
parent 35dd7207fa
commit 4c6756bf74

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

@@ -0,0 +1,12 @@
name: Compile LaTeX Thesis
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: thesis.tex