Update .gitea/workflows/ssg.yaml
This commit is contained in:
parent
a72516dc94
commit
07ed0817e0
@ -14,3 +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
|
||||||
|
with:
|
||||||
|
name: www.zip
|
||||||
|
path: book
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user