From 8bed0990455a0f598900323f13661cafaff132cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 19 Oct 2023 09:55:20 +0200 Subject: [PATCH] further attempt to compile correctly --- .gitea/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index aff973f..be4fce1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,9 +35,7 @@ jobs: REF_NAME: ${{ github.ref_name }} - name: Compile documentation if: github.ref == 'refs/heads/master' - run: make doc - env: - TEXINPUTS: 'build/packages//:' + run: .ci/compile_doc.sh - name: Prepage pages if: github.ref == 'refs/heads/master' run: |