From e009aee42855812373663c4f39353e7dfdf53ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 16 Oct 2023 20:57:19 +0200 Subject: [PATCH] test ci again --- .gitea/workflows/demo.yaml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 4b0fd8e..137397c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -17,28 +17,11 @@ jobs: echo "Docker images: $(docker images)" echo "end outer print" - - name: manual docker test - run: | - pwd - touch testfile - ls - echo "starting docker now" - docker run --help - docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls /workspace/testorg/ci-test' - echo "docker ended" - name: compile - uses: xu-cheng/texlive-action@v2 - with: - docker_image: aergus/latex - run: | - echo "in inner container" - pwd - ls /workspace/testorg/ci-test - echo "end inner print" - echo "starting compilation" + run: | latexmk main.tex - name: upload uses: actions/upload-artifact@v3 with: - name: artifact.tex - path: main.tex + name: out.pdf + path: main.pdf