ajout de l'install de git dans le workflow
This commit is contained in:
4
.github/workflows/generate-pdf.yml
vendored
4
.github/workflows/generate-pdf.yml
vendored
@@ -20,8 +20,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install fonts
|
- name: Install fonts and git
|
||||||
run: apk add --no-cache font-dejavu
|
run: apk add --no-cache font-dejavu git
|
||||||
|
|
||||||
- name: Prepare markdown (strip manual TOC)
|
- name: Prepare markdown (strip manual TOC)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user