This commit is contained in:
parent
be076d5093
commit
8e78e3236c
@ -16,17 +16,12 @@ steps:
|
||||
- pip install poetry
|
||||
- poetry install --without dev
|
||||
- poetry run python books.py
|
||||
- name: pdf
|
||||
image: linuxserver/calibre
|
||||
commands:
|
||||
- bash -x convert.sh
|
||||
- bash -x upload.sh
|
||||
environment:
|
||||
USERNAME:
|
||||
from_secret: nextcloud_user
|
||||
PASSWORD:
|
||||
from_secret: nextcloud_password
|
||||
QTWEBENGINE_CHROMIUM_FLAGS: --no-sandbox
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for FILE in output/*
|
||||
do
|
||||
ebook-polish -fpuH "${FILE}" "${FILE}"
|
||||
ebook-convert "${FILE}" "${FILE%.*}.pdf"
|
||||
done
|
Reference in New Issue
Block a user