Skip to content

Commit 2555e1c

Browse files
committed
Auto merge of #11716 - weihanglo:bump-mdbook, r=Muscraft
chore: bump mdbook to 0.4.27 Previously mdbook was bumped in #11646 for contrib.yml worflow but main.yaml workflow. This makes the two in sync and also upgrades to the latest 0.4.27. (Though there is nothing really changed for application users as us)
2 parents a59ac81 + 3e1f60f commit 2555e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install mdbook
2020
run: |
2121
mkdir mdbook
22-
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.26/mdbook-v0.4.26-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
22+
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.27/mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
2323
echo `pwd`/mdbook >> $GITHUB_PATH
2424
- name: Deploy docs
2525
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- run: cd src/doc/semver-check && cargo +stable run
171171
- run: |
172172
mkdir mdbook
173-
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
173+
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.27/mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
174174
echo `pwd`/mdbook >> $GITHUB_PATH
175175
- run: cargo doc --document-private-items --no-deps
176176
env:

0 commit comments

Comments
 (0)