Compare commits

...

2 Commits

2 changed files with 2 additions and 0 deletions

View File

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

View File

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