Verbose pandoc output in CI.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alexey Skobkin 2023-12-22 18:44:32 +03:00
parent fa2793b979
commit 9090552800
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -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