Skip to content

Commit 03fd592

Browse files
mb-westoverclaude
andcommitted
cv/regen.sh: document that this is for local testing only
The production cv-build workflow (mb-westover/cv-build, private) now regenerates the JPEG previews and updates the page count in index.html automatically on every Sunday run. This script is kept around for the narrow case of testing locally how a CV PDF change renders before pushing — clarifying that in the file header so future readers don't think they need to run it after each CV update. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fc7036e commit 03fd592

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

cv/regen.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
#!/usr/bin/env bash
22
# Regenerate cv/pages/*.jpg from cv/1-Westover_CV.pdf and update the page
3-
# count in cv/index.html. Run this whenever the CV PDF is updated.
3+
# count in cv/index.html.
44
#
5+
# === FOR LOCAL TESTING ONLY ===
6+
# The production CV pipeline (private repo: mb-westover/cv-build) runs every
7+
# Sunday, rebuilds the PDF + DOCX, regenerates the 44 JPEGs in this folder,
8+
# and updates the page count in index.html automatically. You do NOT need to
9+
# run this script after editing the source Google Docs/Sheets — the cloud
10+
# workflow handles it.
11+
#
12+
# Use this script when you want to verify locally how an updated PDF will
13+
# render before pushing, e.g. after testing a pipeline change in build_cv/.
14+
#
15+
# Usage:
516
# ./cv/regen.sh
617
#
718
# Requires: pdftoppm (brew install poppler).

0 commit comments

Comments
 (0)