From d4024d847b0a043b329a975cd53bde7a9cb90ea3 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 27 Mar 2023 10:03:51 +0100 Subject: [PATCH] Copy favicon to base --- build_all_branches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_all_branches.sh b/build_all_branches.sh index 528dc28..619c46d 100755 --- a/build_all_branches.sh +++ b/build_all_branches.sh @@ -18,6 +18,7 @@ for BRANCH in $(git branch --remotes --format '%(refname:lstrip=3)' | grep -Ev ' cp -a process/. public/ # Have to run it again because the deploy wipes the file and folders out rm -rf process mv public base/$BRANCH + cp base/$BRANCH/favicon.ico base/favicon.ico done mv base public