From b1794c6e4711f32639480088f18b3d0abdd94a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 3 Oct 2023 20:00:49 +0200 Subject: [PATCH] new try --- .gitea/workflows/demo.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e7d6073..0d90985 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -17,14 +17,12 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - Compile-Tex: + build_latex: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: check out repository - - name: Compile document + - name: Set up Git repository + uses: actions/checkout@v3 + - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: | - test.tex - - run: ls + root_file: main.tex