We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a2791 commit a4906edCopy full SHA for a4906ed
.github/workflows/ci.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Use Fallback font for fork PRs
33
if: "github.event.pull_request.head.repo.fork"
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
+ sed -i 's/CoreSansA45.ttf/OpenSans/g' book/book.toml
+ sed -i 's/CoreSansA45It.ttf/OpenSans/g' book/book.toml
+ sed -i 's/CoreSansA65.ttf/OpenSans/g' book/book.toml
+ sed -i 's/CoreSansA65It.ttf/OpenSans/g' book/book.toml
39
cat book/book.toml
40
- uses: actions-rust-lang/setup-rust-toolchain@v1
41
- name: Install exercise plugin
0 commit comments