Skip to content

Merge branch 'main' of https://github.com/Pinzauti/LaTeX-thesis-template #69

Merge branch 'main' of https://github.com/Pinzauti/LaTeX-thesis-template

Merge branch 'main' of https://github.com/Pinzauti/LaTeX-thesis-template #69

Workflow file for this run

name: Build LaTeX document
on: [push, pull_request]
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:
args: "-g -pdf -file-line-error -halt-on-error -interaction=nonstopmode"
working_directory: src/
root_file: main.tex
- name: Upload document
uses: actions/upload-artifact@v2
with:
name: PDF
path: src/main.pdf