mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-05 09:31:39 -05:00
give github actions a shot
This commit is contained in:
parent
db60d1cdf0
commit
b32502af28
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build-pdf.yml
vendored
Normal file
12
.github/workflows/build-pdf.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue