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