From e2a4aed8bac9b0b50f6002854416a36e87a92da0 Mon Sep 17 00:00:00 2001 From: Tobias Hilfiker Date: Sat, 15 Mar 2025 08:46:46 +0100 Subject: [PATCH] delete workflow-action because of it not working properly --- .gitea/workflows/actions.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gitea/workflows/actions.yaml diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml deleted file mode 100644 index 00e3d7e..0000000 --- a/.gitea/workflows/actions.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Generate and publish Document -on: [ push, workflow_dispatch ] - -jobs: - generate-and-publish: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Set up Git repository - uses: actions/checkout@v4 - - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 - with: - root_file: main.tex - - name: Upload PDF file - uses: actions/upload-artifact@v4 - with: - name: PDF - path: main.pdf \ No newline at end of file