From 60f25e0a17896b2cfe2f81dc8583dd91486dd1de Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 26 May 2022 07:51:31 +0200 Subject: [PATCH] Fix: tente d'activer la conversion des pdfs --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2f8661f..042f273 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - pip install --no-cache-dir -r requirements.txt - pelican ./content/ -o output -s publishconf.py --relative-urls - - apk add --no-cache openssh-client ca-certificates bash rsync + - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick - echo Début du Push - eval `ssh-agent -s` - echo "$SSH_KEY" | ssh-add -