Compare commits

..

1 Commits

2 changed files with 0 additions and 2 deletions

View File

@ -170,7 +170,6 @@ 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,7 +81,6 @@ 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 ..