add debug logs
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 12s

This commit is contained in:
Adam Jeniski 2025-11-15 23:04:29 -05:00
parent 56ab491587
commit 4e788ff928

View File

@ -11,5 +11,7 @@ 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"