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: |