give github actions a shot

This commit is contained in:
Valentin Boettcher 2022-07-21 09:56:58 +02:00
parent db60d1cdf0
commit b32502af28

12
.github/workflows/build-pdf.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Build the Master\'s Thesis as PDF
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: index.tex