Compare commits

..

1 Commits

2 changed files with 0 additions and 2 deletions

View File

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

View File

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