diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9269d2c46..3198e2559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: - name: Use Fallback font for fork PRs if: "github.event.pull_request.head.repo.fork" run: | - 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 + sed -i 's/CoreSansA45.ttf/OpenSans-Regular.ttf/g' book/book.toml + sed -i 's/CoreSansA45It.ttf/OpenSans-Italic.ttf/g' book/book.toml + sed -i 's/CoreSansA65.ttf/OpenSans-Bold.ttf/g' book/book.toml + sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf/g' book/book.toml cat book/book.toml - uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install exercise plugin