From 34fe5f1b94bc906879e0f83adc317a35a8f406b7 Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:35:26 -0500 Subject: [PATCH] fixed another deploy script issue --- web/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/deploy.sh b/web/deploy.sh index d62e375..e8f79f6 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" "$MAIN_BRANCH" +git pull --ff-only "$REMOTE" "$MAIN_BRANCH" origin gh-pages echo "🏗️ Running build: deno task build" deno task build