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