use two jobs
Some checks failed
Gitea Actions Demo / checkout (push) Successful in 15s
Gitea Actions Demo / compile (push) Failing after 6s

This commit is contained in:
Maximilian Keßler 2023-10-14 14:49:13 +02:00
parent 5a5b990f4e
commit 3f668b5caa
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

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