correctly compile in pipeline
All checks were successful
Build LaTeX packages / build (push) Successful in 1m55s

This commit is contained in:
Maximilian Keßler 2023-10-19 02:50:36 +02:00
parent 72cc9d78b0
commit eaf0763583
Signed by: max
GPG Key ID: BCC5A619923C0BA5
2 changed files with 1 additions and 1 deletions

0
.ci/build_doc.sh → .ci/compile_doc.sh Normal file → Executable file
View File

View File

@ -35,7 +35,7 @@ jobs:
REF_NAME: ${{ github.ref_name }}
- name: Compile documentation
if: github.ref == 'refs/heads/master'
run: make doc
run: .ci/compile_doc.sh
- name: Prepage pages
if: github.ref == 'refs/heads/master'
run: |