fix compilation
This commit is contained in:
parent
eaf0763583
commit
7be9e1046b
1 changed files with 3 additions and 1 deletions
|
@ -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: 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