fix: revert to mdbook version 0.4.52 since >=0.5.0 broke rendering with our current setup completely
This commit is contained in:
parent
64c059f82e
commit
3b76e9876d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Setup mdBook
|
||||
uses: https://github.com/peaceiris/actions-mdbook@v2
|
||||
with:
|
||||
mdbook-version: "latest"
|
||||
mdbook-version: "0.4.52"
|
||||
|
||||
- name: Build mdbook
|
||||
run: mdbook build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue