diff --git a/.drone.yml b/.drone.yml index 7db1974..cf3b9fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: einar/jekyll pull: if-not-exists commands: - - jekyll build --debug --destination /tmp/build + - jekyll build --trace --destination /tmp/build - rsync -rlpgoD /releases/ /tmp/build/releases/ - rsync -rlpgoD /assets /tmp/build/ - rsync -rlpgoD /tmp/build/ $WEBROOT/