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 6f0a9ae commit 3d0acceCopy full SHA for 3d0acce
.github/workflows/ci.yml
@@ -29,6 +29,12 @@ jobs:
29
sudo cp -r core-sans-a-fonts/* /usr/local/share/fonts/
30
sudo fc-cache -f -v
31
fc-list | grep "Core Sans"
32
+ - name: Use Fallback find for fork PRs
33
+ if: "github.event.pull_request.head.repo.fork"
34
+ run: |
35
+ sed -i 's/CoreSansA45.ttf/OpenSans-Regular.ttf/g' book/book.toml
36
+ sed -i 's/CoreSansA45It.ttf/OpenSans-Italic.ttf/g' book/book.toml
37
+ sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf/g' book/book.toml
38
- uses: actions-rust-lang/setup-rust-toolchain@v1
39
- name: Install exercise plugin
40
run: cargo install --path helpers/mdbook-exercise-linker
0 commit comments