From 96f8dbd80bacfea94e9759d174cf3731fd002f5e Mon Sep 17 00:00:00 2001 From: yigit colakoglu Date: Mon, 15 Sep 2025 18:28:41 +0200 Subject: [PATCH] Update pipeline --- .gitea/workflows/build.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index df3e9d4..69d3e28 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,16 +12,14 @@ jobs: container: texlive/texlive:latest steps: - - name: Install node :( - run: | - apt update -y - apt install -y npm + - uses: xu-cheng/latex-action@v4 + with: + root_file: | + file1.tex + file2.tex - name: Checkout repository uses: actions/checkout@v4 - - - name: Build PDF - run: make pdf - name: Upload PDF artifact uses: actions/upload-artifact@v3