Comment git pull bit

For better CI integration
This commit is contained in:
Case Duckworth 2021-11-21 17:57:44 -06:00
parent c25540a61b
commit b005c9489c
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