Skip to content

Commit ad328f4

Browse files
committed
Bump mdbook version for contrib guide.
1 parent 6b6ddaa commit ad328f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install mdbook
1515
run: |
1616
mkdir mdbook
17-
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
17+
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.9/mdbook-v0.4.9-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
1818
echo `pwd`/mdbook >> $GITHUB_PATH
1919
- name: Deploy docs
2020
run: |

0 commit comments

Comments
 (0)