From c7fe20acc86bb24ae3780311dc2b897a50ce7c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 17 Oct 2023 16:19:03 +0200 Subject: [PATCH] change tag --- .gitea/workflows/demo.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a46ba7c..8071f49 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,15 +8,6 @@ jobs: steps: - name: check out repo uses: actions/checkout@v3 - - name: list files - run: | - echo "In outer docker container:" - ls /workspace/testorg/ci-test - pwd - ls /home - echo "Docker images: $(docker images)" - echo "end outer print" - - name: compile run: | pdflatex main.tex @@ -24,7 +15,7 @@ jobs: run: | mkdir public2 mv main.pdf main.log public2 - - uses: actions/pages@96349d6012d3948bf6ff42191f264097a2c35df7 + - uses: actions/pages@v1 with: directory: public2 index-title: 'Just a CI test'