Files
Laborarbeit-Projektmanagment/.gitea/workflows/latex.yaml
jafreli 07846e86c5
Some checks failed
Build PDF / build (push) Failing after 3s
next test
2024-12-31 01:00:24 +00:00

23 lines
495 B
YAML

name: "Build PDF"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/moderncv/debian-texlive-docker:main
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build PDF
run: latexmk ./dokumentation.tex
- name: Upload PDF
uses: actions/upload-artifact@v3
with:
name: dokumentation.pdf
path: ./dokumentation.pdf