use upload-artifact v3
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 39s

This commit is contained in:
Adam Jeniski 2025-11-15 18:11:34 -10:00
parent 2ab2f30d96
commit 0973539064

View File

@ -14,7 +14,7 @@ jobs:
toolchain: stable toolchain: stable
- run: "cargo install mdbook" - run: "cargo install mdbook"
- run: "mdbook build" - run: "mdbook build"
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: www.zip name: www.zip
path: book path: book