further attempt to compile correctly
All checks were successful
Build LaTeX packages / build (push) Successful in 1m41s
All checks were successful
Build LaTeX packages / build (push) Successful in 1m41s
This commit is contained in:
parent
13bbc42e4e
commit
8bed099045
1 changed files with 1 additions and 3 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue