ci-test/.gitea/workflows/demo.yaml
Maximilian Keßler 5a5b990f4e
Some checks failed
Gitea Actions Demo / build_latex (push) Failing after 11s
check out repo
2023-10-14 14:46:22 +02:00

15 lines
329 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
container:
image: aergus/latex
steps:
- name: check out repo
uses: actions/checkout@v3
- name: Set up Git repository
run: latexmk main.tex