This commit is contained in:
parent
6ae8238e15
commit
e7f4d10438
1 changed files with 4 additions and 2 deletions
|
@ -35,9 +35,11 @@ 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: |
|
||||||
|
echo ${TEXINPUTS}
|
||||||
|
make doc
|
||||||
env:
|
env:
|
||||||
TEXINPUTS: ${{ github.workspace }}/build/packages
|
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