From b005c9489cd33f4705b29312423f4cf122a0518c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Nov 2021 17:57:44 -0600 Subject: [PATCH] Comment git pull bit For better CI integration --- 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