add build action
Some checks failed
Build LaTeX document / build_latex (push) Failing after 5s

This commit is contained in:
lukas-heilgenbrunner 2024-09-06 15:51:52 +02:00
parent cba73a26ae
commit 05756fcc7b

17
.github/workflows/build.yml vendored Normal file
View File

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