This commit is contained in:
parent
6ca05b6f24
commit
56ab491587
15
.gitea/workflows/ssg.yaml
Normal file
15
.gitea/workflows/ssg.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Deploy ${{ gitea.repository }}
|
||||||
|
run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }}
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
- run: "cargo install mdbook"
|
||||||
|
- run: "mdbook build"
|
||||||
Loading…
x
Reference in New Issue
Block a user