Skip to content

Commit abd8f0d

Browse files
authored
blah
1 parent 1aad352 commit abd8f0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manual-epub.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
apt-get install -y tidy
1616
1717
- name: Convert HTML to XHTML with Tidy
18-
run: |
19-
tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html
18+
run: tidy -asxhtml -utf8 -o user_guide/index.xhtml user_guide/index.html
2019

2120
- name: Convert ebook
2221
run: ebook-convert user_guide/index.xhtml koreader_user_guide.epub

0 commit comments

Comments
 (0)