From 3c4522648a501f2571fdccec69b6c9e63c95b0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Healy?= Date: Mon, 20 Apr 2026 16:38:16 +0100 Subject: [PATCH] Re-personalise after updates. --- automation/apply.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/apply.sh b/automation/apply.sh index 612bf85..eaeadb1 100755 --- a/automation/apply.sh +++ b/automation/apply.sh @@ -7,3 +7,6 @@ if [ ! -d "$dst_dir" ]; then fi mkdir -p "$dst_dir" ./git-portfolio "$dst" +git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "/tmp/web-footer" +(cd "/tmp/web-footer" && ./automation/personalise.sh) +rm -rf /tmp/web-footer