CI update
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Alexey Skobkin 2024-05-10 22:57:51 +00:00
parent 5e93d7d18c
commit ce393db976
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
image: 'pandoc/core:3'
commands:
- '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
image: plugins/gitea-release
settings:
@ -15,7 +15,7 @@ steps:
from_secret: gitea_token
base_url: https://git.skobk.in
files:
- 'book.epub'
- '*.epub'
when:
event:
- tag