1 Commits

Author SHA1 Message Date
Palash Tyagi
b94068cff2 Merge 676af850ef into 7d0978e5fb 2025-08-03 22:13:32 +01:00
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 ..