feat: Add a forgejo pipeline
Some checks failed
Build and Deploy / deploy (push) Failing after 4s

This commit is contained in:
Matthew Binning 2026-03-22 14:06:34 -07:00
parent 81e40712f5
commit 7cf4300d0d
3 changed files with 41 additions and 16 deletions

View file

@ -0,0 +1,17 @@
name: Build and Deploy
on:
push:
branches:
- master
- develop
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
run: nix shell nixpkgs#mdbook --command ./deploy.sh local