Fix: Spelling once again!
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-05 09:19:19 +02:00
parent 7557af402e
commit 512eafcc02
1 changed files with 1 additions and 1 deletions

View File

@ -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`