Skip to content

Automatically generate EPUB artifact #3

Automatically generate EPUB artifact

Automatically generate EPUB artifact #3

Workflow file for this run

name: Manual to EPUB
on: [pull_request, push]
jobs:
convert:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Convert ebook
uses: jensvog/ebook-convert-action@v1
with:
in: user_guide/index.html
out: koreader_user_guide.epub
- name: Upload
uses: actions/upload-artifact@v3
with:
name: KOReader Manual EPUB
path: koreader_user_guide.epub