diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1ebed10..d70202b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,9 +35,11 @@ jobs: REF_NAME: ${{ github.ref_name }} - name: Compile documentation if: github.ref == 'refs/heads/master' - run: make doc + run: | + echo ${TEXINPUTS} + make doc env: - TEXINPUTS: ${{ github.workspace }}/build/packages + TEXINPUTS: '${{ github.workspace }}/build/packages//' - name: Prepage pages if: github.ref == 'refs/heads/master' run: |