Skip to content

Commit 12f2c18

Browse files
committed
chore: bump mdbook to 0.4.27
Previously mdbook was bumped in rust-lang#11646 for contrib.yml worflow but forgot main.yaml workflow. This makes the two in sync and also upgrade to the latest 0.4.27. (Though there is nothing really changed for application users as us)
1 parent bd8c8e7 commit 12f2c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib.yml

+1-1
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

+1-1
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)