correctly compile in pipeline
All checks were successful
Build LaTeX packages / build (push) Successful in 1m55s
All checks were successful
Build LaTeX packages / build (push) Successful in 1m55s
This commit is contained in:
parent
72cc9d78b0
commit
eaf0763583
2 changed files with 1 additions and 1 deletions
0
.ci/build_doc.sh → .ci/compile_doc.sh
Normal file → Executable file
0
.ci/build_doc.sh → .ci/compile_doc.sh
Normal file → Executable file
|
@ -35,7 +35,7 @@ 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: .ci/compile_doc.sh
|
||||||
- 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