1on:
2 push:
3 branches:
4 - main
5
6jobs:
7 build:
8 runs-on: default
9 steps:
10 - name: Checkout Repo
11 uses: https://code.forgejo.org/actions/checkout@v4
12 with:
13 submodules: true
14
15 - name: Run Lume Build
16 run: nix run . --impure -- task prod
17
18 - name: Deploy
19 uses: https://git.pyrox.dev/actions/pages-action@v3
20 with:
21 folder: ./_site