diff --git a/.drone.yml b/.drone.yml index 75fd05d..759c59c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - apk add --no-cache git imagemagick-dev imagemagick - pip install --no-cache-dir -r requirements.txt - export MAGICK_HOME=/usr - - pelican ./src/ -o /output -s publishconf.py --relative-urls + - pelican ./content/ -o /output -s publishconf.py --relative-urls - ls /output - name: Push to bucket opytex.org