From 3f668b5caac45b90605cd98f7b73b50062ed8269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 14 Oct 2023 14:49:13 +0200 Subject: [PATCH] use two jobs --- .gitea/workflows/demo.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c759722..b55894c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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