From b00f0ec3d58b6c99ee427afc92771399915358b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 3 Oct 2023 18:46:26 +0200 Subject: [PATCH] latex test --- .gitea/workflows/demo.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0bb9bba..e7d6073 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: texlive-latest + runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -17,3 +17,14 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + Compile-Tex: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + name: check out repository + - name: Compile document + uses: xu-cheng/latex-action@v3 + with: + root_file: | + test.tex + - run: ls