mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
Remove spurious LaTeX newpage.
This commit is contained in:
parent
8e4514851a
commit
1565293753
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
|||
- name: Convert HTML to ePUB
|
||||
run: |
|
||||
cd book/book/pandoc/html
|
||||
sed -i 's|<code>\\newpage</code>{=latex}||g' 100-exercises-to-learn-rust.html
|
||||
ebook-convert 100-exercises-to-learn-rust.html 100-exercises-to-learn-rust.epub \
|
||||
--embed-all-fonts \
|
||||
--subset-embedded-fonts
|
||||
|
|
Loading…
Reference in a new issue