From 1639d9d13a303bc7e3d89c081589693a4e8dc9ec Mon Sep 17 00:00:00 2001 From: J0bot Date: Thu, 19 Mar 2026 17:16:14 +0100 Subject: [PATCH] ajout de l'install de git dans le workflow --- .github/workflows/generate-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index 93fa186..892e266 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -20,8 +20,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install fonts - run: apk add --no-cache font-dejavu + - name: Install fonts and git + run: apk add --no-cache font-dejavu git - name: Prepare markdown (strip manual TOC) run: |