deploy again...

This commit is contained in:
Parker TenBroeck 2026-01-07 16:38:14 -05:00
parent 6d43cc432f
commit f341a880de

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" gh-pages git pull --ff-only "$REMOTE" "$PAGES_BRANCH"
echo "🏗️ Running build: deno task build" echo "🏗️ Running build: deno task build"
deno task build deno task build