From 6f89dcceaf38b17e10f71e4d44374d46b0bc2ad7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Nov 2021 23:53:54 +0000 Subject: [PATCH] Comment git pull from publish.sh --- site/bin/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/bin/publish.sh b/site/bin/publish.sh index 435549e..3797094 100755 --- a/site/bin/publish.sh +++ b/site/bin/publish.sh @@ -17,7 +17,7 @@ done shift $((OPTIND - 1)) # git pull the site from the repo -git -C "$SITE_DIR" pull || exit 3 +#git -C "$SITE_DIR" pull || exit 3 # update data in the site BREADSITE_DATA_DIR="$SITE_DIR/static/" "$SCRIPT_DIR/update-data.sh" # publish the site