From 2f3911c8aff3d488f776116f69b4224e447bac31 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 19 Jul 2023 16:10:15 +0200 Subject: [PATCH] Fix: source for raw and content for pelican --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52133db..6e32dbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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