further attempt to compile correctly
All checks were successful
Build LaTeX packages / build (push) Successful in 1m41s

This commit is contained in:
Maximilian Keßler 2023-10-19 09:55:20 +02:00
parent 13bbc42e4e
commit 8bed099045
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -35,9 +35,7 @@ jobs:
REF_NAME: ${{ github.ref_name }} REF_NAME: ${{ github.ref_name }}
- name: Compile documentation - name: Compile documentation
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: make doc run: .ci/compile_doc.sh
env:
TEXINPUTS: 'build/packages//:'
- name: Prepage pages - name: Prepage pages
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: | run: |