mirror of https://github.com/rust-lang/rfcs.git
Update mdbook to 0.4.37
This commit is contained in:
parent
0b566e818e
commit
c9c816d231
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Install mdbook
|
||||
run: |
|
||||
mkdir mdbook
|
||||
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.26/mdbook-v0.4.26-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
|
||||
curl -Lf 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=./mdbook
|
||||
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||
- name: Generate Book
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue