mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
fix: update embeddings generator docs-root-path from ./pages to ./content/docs (#540)
The supabase/embeddings-generator action was failing with: ENOENT: no such file or directory, scandir './pages' This repo uses content/docs/ for its mdx documentation files, not pages/. Updated the path accordingly.
This commit is contained in:
2
.github/workflows/generate_embeddings.yml
vendored
2
.github/workflows/generate_embeddings.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
|||||||
supabase-url: 'https://gnoyckdqaktttbfurtcv.supabase.co'
|
supabase-url: 'https://gnoyckdqaktttbfurtcv.supabase.co'
|
||||||
supabase-service-role-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
|
supabase-service-role-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
|
||||||
openai-key: ${{ secrets.OPENAI_API_KEY }}
|
openai-key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
docs-root-path: './pages'
|
docs-root-path: './content/docs'
|
||||||
Reference in New Issue
Block a user