blog/.forgejo/workflows/ci.yml
Matthew Binning 8b86ade8f2 fix: Remove workflow file made redundant by pipeline split
Cleaned up a leftover workflow file that conflicted with the new
three-workflow structure after the PR merge.
2026-03-26 17:48:51 -07:00

18 lines
341 B
YAML

name: CI
on:
push:
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/