next try
Some checks failed
Build LaTeX packages / build (push) Failing after 55s

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

View file

@ -35,7 +35,9 @@ 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: .ci/compile_doc.sh run: make doc
env:
TEXINPUTS: ${{ github.workspace }}/build/packages
- name: Prepage pages - name: Prepage pages
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: | run: |