Philipp Horstenkamp 8fbc27c6f0
Some checks failed
Latex Build / LatexBuild (push) Failing after 9s
Removed build action that can't be executed.
2023-10-24 02:59:33 +02:00

17 lines
422 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: pdflatex conference_101719.tex