Fix: tente d'activer la conversion des pdfs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
163f9501b8
commit
60f25e0a17
@ -12,7 +12,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
- pelican ./content/ -o output -s publishconf.py --relative-urls
|
- 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
|
- echo Début du Push
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
|
Loading…
Reference in New Issue
Block a user