clean up ci
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 38s

This commit is contained in:
Adam Jeniski 2025-11-15 23:07:29 -05:00
parent a64cae9795
commit a72516dc94

View File

@ -12,7 +12,5 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
- run: "pwd"
- run: "ls src"
- run: "cargo install mdbook" - run: "cargo install mdbook"
- run: "mdbook build" - run: "mdbook build"