Fix: Spelling once again!
This commit is contained in:
parent
22d4b1cfae
commit
bb39706e4c
@ -7,7 +7,7 @@ steps:
|
|||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- 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
|
- apk add --no-cache openssh-client ca-certificates bash rsync
|
||||||
- echo Début du Push
|
- echo Début du Push
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
|
Loading…
Reference in New Issue
Block a user