Add workflow
Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
12
.github/workflows/pdflatex.yml
vendored
Normal file
12
.github/workflows/pdflatex.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user