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