Trying to fix tagged file build.
This commit is contained in:
parent
d04d41f5cd
commit
6cc7043090
|
@ -6,8 +6,9 @@ steps:
|
|||
- name: build-book
|
||||
image: 'pandoc/core:3'
|
||||
commands:
|
||||
- 'echo "Commit $DRONE_COMMIT"'
|
||||
- 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o monster-club_$DRONE_TAG.epub title.txt'
|
||||
- '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'
|
||||
- 'ls -la ./*.epub'
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
/.idea
|
||||
/chapters/description.json
|
||||
/book.epub
|
||||
/*.epub
|
||||
|
|
Loading…
Reference in a new issue