From f341a880de8d0f79ba41a0bde3ffc736bb874be8 Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:38:14 -0500 Subject: [PATCH] deploy again... --- web/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/deploy.sh b/web/deploy.sh index 2bf5406..8c39ba9 100755 --- a/web/deploy.sh +++ b/web/deploy.sh @@ -58,7 +58,7 @@ if [[ "$LOCAL_MAIN" != "$REMOTE_MAIN" && "$LOCAL_MAIN" == "$BASE_MAIN" ]]; then fi 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" deno task build