From c9bead9408ad77636ab710eb331308e2e5b85289 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 12:24:14 +0200 Subject: [PATCH] build? --- .gitea/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index da21f6b..04e6960 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,8 +7,8 @@ on: jobs: Build-PDF: - runs-on: latex-2023-04-09 - # runs-on: ubuntu-latest + # runs-on: latex-2023-04-09 + runs-on: ubuntu-latest permissions: contents: read packages: write @@ -19,9 +19,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - # - name: Install dependencies - # run: | - # apt-get update && apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended + - name: Install dependencies + run: | + apt-get update && apt-get install -y texlive texlive-fonts-recommended - name: Build PDF with `latexmk` run: latexmk - run: echo "PDF built"