File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 sudo cp -r core-sans-a-fonts/* /usr/local/share/fonts/
3030 sudo fc-cache -f -v
3131 fc-list | grep "Core Sans"
32- - name : Use Fallback find for fork PRs
32+ - name : Use Fallback font for fork PRs
3333 if : " github.event.pull_request.head.repo.fork"
3434 run : |
3535 sed -i 's/CoreSansA45.ttf/OpenSans-Regular.ttf/g' book/book.toml
3636 sed -i 's/CoreSansA45It.ttf/OpenSans-Italic.ttf/g' book/book.toml
37+ sed -i 's/CoreSansA65.ttf/OpenSans-Bold.ttf/g' book/book.toml
3738 sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf/g' book/book.toml
38- cat book/book.toml
3939 - uses : actions-rust-lang/setup-rust-toolchain@v1
4040 - name : Install exercise plugin
4141 run : cargo install --path helpers/mdbook-exercise-linker
You can’t perform that action at this time.
0 commit comments