further try
Some checks failed
Build LaTeX packages / build (push) Failing after 54s

This commit is contained in:
Maximilian Keßler 2023-10-19 10:25:55 +02:00
parent 6ae8238e15
commit e7f4d10438
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

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