fix creation pdf avec les workflow github

This commit is contained in:
J0bot
2026-03-19 17:12:50 +01:00
parent cbc30b7f91
commit 297abfd22a

View File

@@ -20,6 +20,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install fonts
run: apk add --no-cache font-dejavu
- name: Prepare markdown (strip manual TOC)
run: |
cd paper
@@ -66,7 +69,7 @@ jobs:
--pdf-engine=xelatex \
--toc \
--toc-depth=3 \
--highlight-style=tango
--syntax-highlighting=tango
- name: Cleanup temp files
run: |