Update mdbook to v0.5.0-beta.1 (#8133)

This commit is contained in:
Raymond Dodge 2025-11-05 11:05:01 -05:00 committed by GitHub
parent cfcce251d0
commit d1428d7966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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))