Skip to content

Commit b03d0d3

Browse files
authored
Merge pull request #1848 from dalance/update_mdbook
Update mdbook version in CI
2 parents c84e386 + 6b9f38b commit b03d0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install mdbook
2828
run: |
2929
mkdir bin
30-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.15/mdbook-v0.4.15-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
30+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
3131
echo "$(pwd)/bin" >> ${GITHUB_PATH}
3232
3333
- name: Install mdbook-i18n-helpers

0 commit comments

Comments
 (0)