We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 832cf55 + 27fa4ca commit 5c69489Copy full SHA for 5c69489
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install mdbook
18
run: |
19
mkdir bin
20
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
+ 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
21
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
22
- name: Report versions
23
0 commit comments