Philipp Horstenkamp 91a10d28c8
Some checks failed
Latex Build / LatexBuild (push) Failing after 11m6s
Reworked the pipeline a bit.
2023-12-07 16:25:36 +01:00

27 lines
706 B
YAML

name: Latex Build
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
LatexBuild:
runs-on: pi64
container:
image: git.horstenkamp.eu/server/textlive-docker-image/texlive:experimental
credentials:
username: runner
password: ${{ secrets.PACKAGES }}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile
run: |
pdflatex pal-vorstellung.tex
biber pal-vorstellung
pdflatex pal-vorstellung.tex
pdflatex pal-vorstellung.tex
pdflatex pal-vorstellung.tex
- uses: actions/upload-artifact@v3
with:
path: pal-vorstellung.pdf
name: pal-vorstellung