Skip to content

chore: cleanups

chore: cleanups #160

Workflow file for this run

name: make-epub
on:
push:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install zip
run: sudo apt-get install -y zip
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
zip -r sikutiyao-vst.epub META-INF mimetype OEBPS
sed -i 's/vertical-rl/horizontal-tb/g' OEBPS/Styles/*.css
sed -i 's/page-progression-direction="rtl"/page-progression-direction="ltr"/g' OEBPS/content.opf
zip -r sikutiyao.epub META-INF mimetype OEBPS