ajout de l'install de git dans le workflow

This commit is contained in:
J0bot
2026-03-19 17:16:14 +01:00
parent 297abfd22a
commit 1639d9d13a

View File

@@ -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: |