Files
Laborarbeit-Projektmanagment/.gitea/workflows/latex.yaml
jafreli acc6294dbc
Some checks failed
Release Compiled PDF / build_latex (push) Has been cancelled
latex test main
2024-12-31 01:10:07 +00:00

19 lines
388 B
YAML

name: Release Compiled PDF
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
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: latex/dokumentation.tex