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 cfd712d commit d0ba171Copy full SHA for d0ba171
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
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
+ cat book/book.toml
39
- uses: actions-rust-lang/setup-rust-toolchain@v1
40
- name: Install exercise plugin
41
run: cargo install --path helpers/mdbook-exercise-linker
0 commit comments