Skip to content

Commit 1aad352

Browse files
authored
sdfdsf
1 parent 5ddf03a commit 1aad352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
1717
- name: Convert HTML to XHTML with Tidy
1818
run: |
19-
tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html 2>tidy_errors.txt
19+
tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html
2020
2121
- name: Convert ebook
2222
run: ebook-convert user_guide/index.xhtml koreader_user_guide.epub

0 commit comments

Comments
 (0)