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.
1 parent 0456e4d commit 6c367cbCopy full SHA for 6c367cb
.github/workflows/remark.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install mdbook
28
run: |
29
mkdir mdbook
30
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
31
echo `pwd`/mdbook >> $GITHUB_PATH
32
33
# Run
0 commit comments