Skip to content

Commit 3cca9ff

Browse files
authored
Merge pull request #2628 from ehuss/update-mdbook
Update mdbook
2 parents 0722f87 + 702e2dc commit 3cca9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

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.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./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
1818
echo "`pwd`/mdbook" >> $GITHUB_PATH
1919
- name: Build book
2020
run: cd doc && mdbook build

0 commit comments

Comments
 (0)