From 11ebbb7a7cbe1e924f41bc25ffe0b1a7f2f8f6bf Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:47:47 -0400 Subject: [PATCH] fix: embedding upload error (#38439) Markdown processing for uploads now depends on the 'common' package (for feature flag querying). Added it to the GitHub Workflow to make sure it is accessible during that step. (Actually added the whole packages directory since it seems likely that we might need other stuff from this in the future.) --- .github/workflows/search.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/search.yml b/.github/workflows/search.yml index 7baa26f498..c12c3ddd3e 100644 --- a/.github/workflows/search.yml +++ b/.github/workflows/search.yml @@ -46,6 +46,7 @@ jobs: apps/docs apps/www/.env.local.example examples + packages supabase - uses: pnpm/action-setup@v4