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 }}
|
||||
- name: Compile documentation
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: make doc
|
||||
env:
|
||||
TEXINPUTS: 'build/packages//:'
|
||||
run: .ci/compile_doc.sh
|
||||
- name: Prepage pages
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue