File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,6 @@ jobs:
164
164
# NOTE(emilio): Change deploy-book as well if you change this.
165
165
- name : Test book
166
166
run : |
167
- cargo install mdbook --root mdbook-install --vers "^0.2.1" --force
168
- ./mdbook-install/bin/mdbook build book
169
- ./mdbook-install/bin/mdbook test book
167
+ curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.4/ mdbook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz | tar xz
168
+ ./mdbook build book
169
+ ./mdbook test book
Original file line number Diff line number Diff line change 22
22
23
23
- name : Test book
24
24
run : |
25
- cargo install mdbook --root mdbook-install --vers "^0.2.1" --force
26
- ./mdbook-install/bin/mdbook build book
27
- ./mdbook-install/bin/mdbook test book
25
+ curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.4/ mdbook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz | tar xz
26
+ ./mdbook build book
27
+ ./mdbook test book
28
28
29
29
- name : Deploy book
30
30
uses : JamesIves/github-pages-deploy-action@3.7.1
Original file line number Diff line number Diff line change
1
+ [book ]
1
2
title = " The `bindgen` User Guide"
2
3
author = " The Servo project developers"
3
4
description = " `bindgen` automatically generates Rust FFI bindings to C and C++ libraries."
You can’t perform that action at this time.
0 commit comments