Add step to install mdBook for user guide build in CI workflows

This commit is contained in:
Palash Tyagi 2025-08-03 22:16:53 +01:00
parent 676af850ef
commit a6a901d6ab
2 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,7 @@ jobs:
- name: Build user guide - name: Build user guide
run: | run: |
cargo binstall mdbook -q
cd docs cd docs
./build.sh ./build.sh
cd .. cd ..

View File

@ -81,6 +81,7 @@ jobs:
- name: Test build user guide - name: Test build user guide
run: | run: |
cargo binstall mdbook -q
cd docs cd docs
./build.sh ./build.sh
cd .. cd ..