Skip to content

Commit 5ddf03a

Browse files
authored
whoops
1 parent 383c17e commit 5ddf03a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/manual-epub.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html 2>tidy_errors.txt
2020
2121
- 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
22+
run: ebook-convert user_guide/index.xhtml koreader_user_guide.epub
2523

2624
- name: Upload
2725
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)