We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383c17e commit 5ddf03aCopy full SHA for 5ddf03a
.github/workflows/manual-epub.yml
@@ -19,9 +19,7 @@ jobs:
19
tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html 2>tidy_errors.txt
20
21
- name: Convert ebook
22
- run: ebook-convert user_guide/index.x - name: Convert HTML to XHTML with Tidy
23
- run: |
24
- tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html 2>tidy_errors.txthtml koreader_user_guide.epub
+ run: ebook-convert user_guide/index.xhtml koreader_user_guide.epub
25
26
- name: Upload
27
uses: actions/upload-artifact@v4
0 commit comments