Skip to content

User guide: change max-width to 80ch (#52) #161

User guide: change max-width to 80ch (#52)

User guide: change max-width to 80ch (#52) #161

Workflow file for this run

name: Manual to EPUB
on: [pull_request, push]
jobs:
convert:
runs-on: ubuntu-latest
container:
image: ghcr.io/linuxserver/calibre
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Convert ebook
run: ebook-convert user_guide/index.html koreader_user_guide.epub
- name: Upload
uses: actions/upload-artifact@v3
with:
name: KOReader Manual EPUB
path: koreader_user_guide.epub