File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Use Fallback font for fork PRs
3333 if : " github.event.pull_request.head.repo.fork"
3434 run : |
35- sed -i 's/CoreSansA45.ttf/Open Sans:style=Regular /g' book/book.toml
36- sed -i 's/CoreSansA45It.ttf/Open Sans:style=Italic /g' book/book.toml
37- sed -i 's/CoreSansA65.ttf/Open Sans:style=Bold /g' book/book.toml
38- sed -i 's/CoreSansA65It.ttf/Open Sans:style=Bold Italic /g' book/book.toml
35+ sed -i 's/CoreSansA45.ttf/Open Sans/g' book/book.toml
36+ sed -i 's/CoreSansA45It.ttf/Open Sans/g' book/book.toml
37+ sed -i 's/CoreSansA65.ttf/Open Sans/g' book/book.toml
38+ sed -i 's/CoreSansA65It.ttf/Open Sans/g' book/book.toml
3939 cat book/book.toml
4040 - uses : actions-rust-lang/setup-rust-toolchain@v1
4141 - name : Install exercise plugin
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ show-hidden-lines = true
2828[output .pandoc .profile .pdf ] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
2929output-file = " 100-exercises-to-learn-rust.pdf"
3030to = " latex"
31- verbosity = " INFO"
3231highlight-style = " ./custom.theme"
3332# We use `lualatext` because, right now, it's the only engine
3433# that supports fallback fonts, which we need for emojis.
You can’t perform that action at this time.
0 commit comments