Comment git pull from publish.sh

This commit is contained in:
Case Duckworth 2021-11-21 23:53:54 +00:00
parent c25540a61b
commit 6f89dcceaf
1 changed files with 1 additions and 1 deletions

View File

@ -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