Fix: source for raw and content for pelican
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2023-07-19 16:10:15 +02:00
parent 28ba4ed4a0
commit 2f3911c8af
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ steps:
from_secret: minio_access_key
secret_key:
from_secret: minio_secret_key
source: .
source: /tosend
target: /
path_style: true
delete: true
@ -67,7 +67,7 @@ steps:
- git submodule update
- pip install --no-cache-dir -r requirements.txt
- export MAGICK_HOME=/usr
- pelican /drone/content/ -o /output -s publishconf.py --relative-urls
- pelican ./content/ -o /output -s publishconf.py --relative-urls
- name: Push to bucket opytex.org
image: plugins/s3-sync:1