set up new workflow and migrate to .forgejo dir
Some checks failed
PR Gate / Checks (pull_request) Failing after 17s

This commit is contained in:
Benjamin Palko 2026-08-11 15:57:25 -04:00
parent c37955c51b
commit 00006a013d
5 changed files with 29 additions and 2 deletions

View file

@ -17,6 +17,7 @@ Personal website and blog for Benjamin Palko, deployed on Netlify.
- **pnpm is the canonical local package manager**.
- The GitHub Actions PR gate (`.github/workflows/pr.yml`) runs `pnpm`. Keep both working; document pnpm commands.
- Deploys to Netlify run via Forgejo Actions (`.forgejo/workflows/deploy.yml`) on push to `main`. It needs `NETLIFY_AUTH_TOKEN` and `NETLIFY_SITE_ID` as Forgejo repo secrets.
## Scripts (pnpm)