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 @@ -38,10 +38,10 @@ jobs:
3838 - name : Use Fallback font for fork PRs
3939 if : " github.event.pull_request.head.repo.fork"
4040 run : |
41- sed -i 's/CoreSansA45.ttf/OpenSans- Regular.ttf /g' book/book.toml
42- sed -i 's/CoreSansA45It.ttf/OpenSans- Italic.ttf /g' book/book.toml
43- sed -i 's/CoreSansA65.ttf/OpenSans- Bold.ttf /g' book/book.toml
44- sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf /g' book/book.toml
41+ sed -i 's/CoreSansA45.ttf/Open Sans:style= Regular/g' book/book.toml
42+ sed -i 's/CoreSansA45It.ttf/Open Sans:style= Italic/g' book/book.toml
43+ sed -i 's/CoreSansA65.ttf/Open Sans:style= Bold/g' book/book.toml
44+ sed -i 's/CoreSansA65It.ttf/Open Sans:style=Bold Italic /g' book/book.toml
4545 cat book/book.toml
4646 - uses : actions-rust-lang/setup-rust-toolchain@v1
4747 - name : Install exercise plugin
You can’t perform that action at this time.
0 commit comments