diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml new file mode 100644 index 0000000..427b39e --- /dev/null +++ b/.github/workflows/build-pdf.yml @@ -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