fix creation pdf avec les workflow github
This commit is contained in:
5
.github/workflows/generate-pdf.yml
vendored
5
.github/workflows/generate-pdf.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install fonts
|
||||||
|
run: apk add --no-cache font-dejavu
|
||||||
|
|
||||||
- name: Prepare markdown (strip manual TOC)
|
- name: Prepare markdown (strip manual TOC)
|
||||||
run: |
|
run: |
|
||||||
cd paper
|
cd paper
|
||||||
@@ -66,7 +69,7 @@ jobs:
|
|||||||
--pdf-engine=xelatex \
|
--pdf-engine=xelatex \
|
||||||
--toc \
|
--toc \
|
||||||
--toc-depth=3 \
|
--toc-depth=3 \
|
||||||
--highlight-style=tango
|
--syntax-highlighting=tango
|
||||||
|
|
||||||
- name: Cleanup temp files
|
- name: Cleanup temp files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user