mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
Use mdbook 0.4.5
https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
This commit is contained in:
parent
c944268671
commit
30b1c0c1ad
2 changed files with 2 additions and 2 deletions
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
mdbook-version: '0.4.4'
|
mdbook-version: '0.4.5'
|
||||||
|
|
||||||
- name: Install mdbook-katex
|
- name: Install mdbook-katex
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
mdbook-version: '0.4.4'
|
mdbook-version: '0.4.5'
|
||||||
- name: Test halo2 book
|
- name: Test halo2 book
|
||||||
run: mdbook test -L target/debug/deps book/
|
run: mdbook test -L target/debug/deps book/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue