Philipp Horstenkamp a4c0524625
Some checks are pending
Latex Build / LatexBuild (push) Waiting to run
Reworking the pipeline 2
2023-11-18 13:43:40 +01:00

28 lines
734 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
- run: |
tlmgr install biblatex
- 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.pdf