From 7557af402eadf88f45746e33ff860cea3ae8d58c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 09:17:59 +0200 Subject: [PATCH] Fix: directory spelling --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a81c88a..bc0aa12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: python:3.8-alpine commands: - pip install --no-cache-dir -r requirements.txt - - pelican ./content/ -o ouptut -s publishconf.py --relative-urls + - pelican ./content/ -o ouput -s publishconf.py --relative-urls - apk add --no-cache openssh-client ca-certificates bash rsync - echo Début du Push - eval `ssh-agent -s`