fixed another deploy script issue

This commit is contained in:
Parker TenBroeck 2026-01-07 16:35:26 -05:00
parent 620415c824
commit 34fe5f1b94

View file

@ -58,7 +58,7 @@ if [[ "$LOCAL_MAIN" != "$REMOTE_MAIN" && "$LOCAL_MAIN" == "$BASE_MAIN" ]]; then
fi fi
echo "✅ '$MAIN_BRANCH' is up-to-date (or ahead/diverged). Pulling latest..." echo "✅ '$MAIN_BRANCH' is up-to-date (or ahead/diverged). Pulling latest..."
git pull --ff-only "$REMOTE" "$MAIN_BRANCH" git pull --ff-only "$REMOTE" "$MAIN_BRANCH" origin gh-pages
echo "🏗️ Running build: deno task build" echo "🏗️ Running build: deno task build"
deno task build deno task build