Skip to content

Commit 2acb12e

Browse files
committed
simplify
1 parent 48b8e3c commit 2acb12e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

book/book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
2929
output-file = "100-exercises-to-learn-rust.pdf"
3030
to = "latex"
31-
verbosity = "INFO"
3231
highlight-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.

0 commit comments

Comments
 (0)