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