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:
32
32
- name : Use Fallback font for fork PRs
33
33
if : " github.event.pull_request.head.repo.fork"
34
34
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
39
39
cat book/book.toml
40
40
- uses : actions-rust-lang/setup-rust-toolchain@v1
41
41
- name : Install exercise plugin
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ show-hidden-lines = true
28
28
[output .pandoc .profile .pdf ] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
29
29
output-file = " 100-exercises-to-learn-rust.pdf"
30
30
to = " latex"
31
- verbosity = " INFO"
32
31
highlight-style = " ./custom.theme"
33
32
# We use `lualatext` because, right now, it's the only engine
34
33
# that supports fallback fonts, which we need for emojis.
You can’t perform that action at this time.
0 commit comments