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