Update mdbook to v0.5.0-beta.1 (#8133)
This commit is contained in:
parent
cfcce251d0
commit
d1428d7966
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Install latest mdbook
|
||||
run: |
|
||||
tag="v0.4.35"
|
||||
tag="v0.5.0-beta.1"
|
||||
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
mkdir mdbook
|
||||
curl -sSL $url | tar -xz --directory=./mdbook
|
||||
|
||||
@ -46,6 +46,6 @@ if __name__ == '__main__':
|
||||
sys.exit(0)
|
||||
|
||||
context, book = json.load(sys.stdin)
|
||||
proc_items(book['sections'])
|
||||
proc_items(book['items'])
|
||||
|
||||
print(json.dumps(book))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user