From b54679456c7d5b54dfb3f118eef4b33467b674bb Mon Sep 17 00:00:00 2001 From: yigit colakoglu Date: Mon, 15 Sep 2025 18:35:44 +0200 Subject: [PATCH] AAAAA --- .gitea/workflows/build.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aaa24b3..0ab7c4e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,22 +8,26 @@ on: jobs: build-pdf: + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - uses: xu-cheng/latex-action@v4 with: root_file: | main.tex - - name: Checkout repository - uses: actions/checkout@v4 - - name: Upload PDF artifact uses: actions/upload-artifact@v3 with: name: curriculum-vitae path: main.pdf retention-days: 30 - + - name: Deploy to pdf-artifacts branch if: github.ref == 'refs/heads/main' run: |