Add forgejo workflow to automatically build document
All checks were successful
/ build (push) Successful in 52s

This commit is contained in:
Marius Drechsler 2025-06-08 18:45:40 +02:00
parent 4e6e296f89
commit f973806a31
Signed by: marius
GPG key ID: 56D4131BA3104777

View file

@ -0,0 +1,12 @@
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://git.madhouse-project.org/actions/nix/install@main
- name: Run Nix build
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes