blog/.gitea/workflows/ssg.yaml
Adam Jeniski 2ab2f30d96
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 1m1s
fix indent
2025-11-15 18:10:09 -10:00

21 lines
482 B
YAML

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/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: "cargo install mdbook"
- run: "mdbook build"
- uses: actions/upload-artifact@v4
with:
name: www.zip
path: book