Merge branch 'main' of github.com-personal:leomurca/undergraduate-thesis

This commit is contained in:
Leonardo Murça 2024-02-05 13:45:31 -03:00
commit 079c324953

21
.github/workflows/deploy-pdf.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Compile Latex and Release PDF
on:
push:
branches: [ "main" ]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf