This commit is contained in:
parent
fa2f964efa
commit
f0aa416cde
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/build-site.yaml
Normal file
14
.forgejo/workflows/build-site.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: build site
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_site:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Build the site
|
||||||
|
run: nix-build
|
||||||
|
|
Loading…
Reference in a new issue