init ci
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 58s

This commit is contained in:
Adam Jeniski 2025-11-15 23:01:23 -05:00
parent 6ca05b6f24
commit 56ab491587

15
.gitea/workflows/ssg.yaml Normal file
View 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"