Stabilize Forgejo site build
Some checks failed
Build Rust / Cargo Test (push) Successful in 3m46s
Build Site / Next.js Build (push) Failing after 2s
Lint Governance / BEP Metadata (push) Successful in 0s

This commit is contained in:
Conrad Kramer 2026-04-09 20:59:31 -07:00
parent aa577c5616
commit bc85e256f2
4 changed files with 3950 additions and 40 deletions

View file

@ -39,4 +39,4 @@ jobs:
shell: bash
run: |
set -euo pipefail
nix develop .#ci -c bash -lc 'cd site && npm install && npm run build'
nix develop .#ci -c bash -lc 'cd site && npm ci --no-audit --no-fund && npm run build'