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

This commit is contained in:
2025-11-15 18:11:34 -10:00
parent 2ab2f30d96
commit 0973539064
+1 -1
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