diff --git a/.drone.yml b/.drone.yml index 676dfff..9b69c7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: 'pandoc/core:3' commands: - 'echo "Current tag (if any): $DRONE_TAG"' - - 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o "monster-club_$DRONE_TAG.epub" title.txt' + - 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o "monster-club_$DRONE_TAG.epub" --verbose title.txt' - 'ls -la ./*.epub' - name: gitea_release image: plugins/gitea-release