File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 /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
35
+ sed -i 's/CoreSansA45.ttf/open-sans\/OpenSans-Regular.ttf /g' book/book.toml
36
+ sed -i 's/CoreSansA45It.ttf/open-sans\/OpenSans-Italic.ttf /g' book/book.toml
37
+ sed -i 's/CoreSansA65.ttf/open-sans\/OpenSans-Bold.ttf /g' book/book.toml
38
+ sed -i 's/CoreSansA65It.ttf/open-sans\/OpenSans-BoldItalic.ttf /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
You can’t perform that action at this time.
0 commit comments