Re-personalise after updates.

This commit is contained in:
2026-04-20 16:38:16 +01:00
parent 3856bc6a9a
commit 3c4522648a

View File

@@ -7,3 +7,6 @@ if [ ! -d "$dst_dir" ]; then
fi fi
mkdir -p "$dst_dir" mkdir -p "$dst_dir"
./git-portfolio "$dst" ./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