Verbose pandoc output in CI.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa2793b979
commit
9090552800
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: 'pandoc/core:3'
|
image: 'pandoc/core:3'
|
||||||
commands:
|
commands:
|
||||||
- 'echo "Current tag (if any): $DRONE_TAG"'
|
- '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'
|
- 'ls -la ./*.epub'
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
Loading…
Reference in a new issue