CI update
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Alexey Skobkin 2024-05-10 22:57:51 +00:00
parent 5e93d7d18c
commit ce393db976

View file

@ -7,7 +7,7 @@ steps:
image: 'pandoc/core:3' image: 'pandoc/core:3'
commands: commands:
- 'echo "Commit $DRONE_COMMIT"' - 'echo "Commit $DRONE_COMMIT"'
- 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o book.epub title.txt' - 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o "book_$DRONE_TAG.epub" --verbose title.txt'
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@ -15,7 +15,7 @@ steps:
from_secret: gitea_token from_secret: gitea_token
base_url: https://git.skobk.in base_url: https://git.skobk.in
files: files:
- 'book.epub' - '*.epub'
when: when:
event: event:
- tag - tag