Compare commits

...

2 Commits

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 ..