blog/.forgejo/workflows/ci.yml
Matthew Binning 40ea0f6d47
Some checks failed
CI / build (push) Successful in 12m38s
CI / build (pull_request) Has been cancelled
feat(4): Replace workflow with three
2026-03-26 14:17:17 -07:00

19 lines
357 B
YAML

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Build
run: nix shell nixpkgs#mdbook --command ./deploy.sh build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: site-${{ github.sha }}
path: blog/