at main 371 B view raw
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 13 - name: Run Lume Build 14 run: nix run . --impure -- task prod 15 16 - name: Deploy 17 uses: https://git.pyrox.dev/actions/pages-action@v3 18 with: 19 folder: ./_site