add automated review
All checks were successful
Build and Release Resume PDF / date-fetch (push) Successful in 16s
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix flake / Perform Nix flake checks (push) Successful in 59s
Build and Release Resume PDF / build (push) Successful in 1m27s

This commit is contained in:
2026-03-27 16:49:38 -04:00
parent 3c72938f98
commit 4331b0659f
3 changed files with 211 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ If the build produces errors, include them as a finding under **Formatting & Lay
Clean up any stale preview files, then convert the first page of the built PDF to a PNG and view it:
```
rm -f resume-preview*.png
rm -f resume-preview*.png || true # ignore if no previews exist
pdftoppm -r 150 -png resume.pdf resume-preview
```