Add forgejo workflow to automatically build document
All checks were successful
/ build (push) Successful in 52s
All checks were successful
/ build (push) Successful in 52s
This commit is contained in:
parent
4e6e296f89
commit
f973806a31
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yaml
Normal file
12
.forgejo/workflows/build.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue