mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
commit
67c4790ce6
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
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: '0.4.4'
|
||||
mdbook-version: '0.4.5'
|
||||
|
||||
- name: Install mdbook-katex
|
||||
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
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: '0.4.4'
|
||||
mdbook-version: '0.4.5'
|
||||
- name: Test halo2 book
|
||||
run: mdbook test -L target/debug/deps book/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue