Skip to content

Commit 3be565f

Browse files
committed
try more
1 parent c35ee5a commit 3be565f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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\/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
35+
sed -i 's/"BoldFont=CoreSansA65.ttf",//g' book/book.toml
36+
sed -i 's/"ItalicFont=CoreSansA45It.ttf",//g' book/book.toml
37+
sed -i 's/"BoldItalicFont=CoreSansA65It.ttf",//g' book/book.toml
38+
sed -i 's/CoreSansA45.ttf/Open Sans:style=Regular/g' book/book.toml
3939
cat book/book.toml
4040
- uses: actions-rust-lang/setup-rust-toolchain@v1
4141
- name: Install exercise plugin

0 commit comments

Comments
 (0)