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.)
This commit is contained in:
Charis
2025-09-04 11:47:47 -04:00
committed by GitHub
parent e4cc65f0ac
commit 11ebbb7a7c

View File

@@ -46,6 +46,7 @@ jobs:
apps/docs
apps/www/.env.local.example
examples
packages
supabase
- uses: pnpm/action-setup@v4