diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-01-13 16:55:14 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2025-01-13 16:55:42 +0100 |
| commit | 6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719 (patch) | |
| tree | 8e9b4c589ccf2361aa967ce50c7a03f73bae71d7 | |
| parent | 0456e4d6a16b1d9148dad5e5bf41e1d8f4ccca2d (diff) | |
| download | rust-6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719.tar.gz rust-6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719.zip | |
Update mdbook to 0.4.43
| -rw-r--r-- | .github/workflows/remark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml index 69d00dc027e..13902f78b54 100644 --- a/.github/workflows/remark.yml +++ b/.github/workflows/remark.yml @@ -27,7 +27,7 @@ jobs: - name: Install mdbook run: | mkdir mdbook - 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 echo `pwd`/mdbook >> $GITHUB_PATH # Run |
