Update to mdbook 0.5 (#16130)
See: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-051 changelog: none
This commit is contained in:
commit
397aa53a61
1 changed files with 4 additions and 1 deletions
5
.github/workflows/remark.yml
vendored
5
.github/workflows/remark.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
merge_group:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
MDBOOK_VERSION: 0.5.1
|
||||
|
||||
jobs:
|
||||
remark:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -27,7 +30,7 @@ jobs:
|
|||
- name: Install mdbook
|
||||
run: |
|
||||
mkdir 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
|
||||
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
|
||||
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||
|
||||
# Run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue