This commit is contained in:
parent
8bed099045
commit
6ae8238e15
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: ${{ github.workspace }}/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