fix TEXINPUTS
All checks were successful
Build LaTeX packages / build (push) Successful in 4m41s

This commit is contained in:
Maximilian Keßler 2023-10-19 10:42:01 +02:00
parent e7f4d10438
commit b1925a752f
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -39,7 +39,7 @@ jobs:
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: |