From 5f39549ea4d480e5cdae8677713cc29412863882 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 19 Jul 2023 16:57:55 +0200 Subject: [PATCH] Fix: opytex.org bucket is empty... --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 624db29..ce16778 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,6 +74,7 @@ steps: - pip install --no-cache-dir -r requirements.txt - export MAGICK_HOME=/usr - pelican ./src/ -o /output -s publishconf.py --relative-urls + - ls /output - name: Push to bucket opytex.org image: plugins/s3-sync:1