bachelor-thesis/.github/workflows/build.yml
lukas-heilgenbrunner aeba811d13
Some checks failed
Build LaTeX document / build_latex (push) Failing after 49m1s
use back old action
2024-09-13 14:59:17 +02:00

17 lines
424 B
YAML

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