From 512eafcc022c936c568e328229c590b81b841b54 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 09:19:19 +0200 Subject: [PATCH] Fix: Spelling once again! --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc0aa12..2f89682 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 ouput -s publishconf.py --relative-urls + - pelican ./content/ -o output -s publishconf.py --relative-urls - apk add --no-cache openssh-client ca-certificates bash rsync - echo Début du Push - eval `ssh-agent -s`