mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Adding mdbook-template back for bookgen (#1660)
* adding mdbook-template back
This commit is contained in:
parent
e5cd71179b
commit
7da1fd4879
1
.github/workflows/kanidm_individual_book.yml
vendored
1
.github/workflows/kanidm_individual_book.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build the docs
|
- name: Build the docs
|
||||||
run: |
|
run: |
|
||||||
|
cargo install mdbook-template
|
||||||
cargo doc --no-deps
|
cargo doc --no-deps
|
||||||
mdbook build *book
|
mdbook build *book
|
||||||
rm -rf ./docs/
|
rm -rf ./docs/
|
||||||
|
|
Loading…
Reference in a new issue