From c57c3ca4c3b31df73e2e79242e09369d22d976ec Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 24 Apr 2023 14:02:31 -0600 Subject: [PATCH] fix(embeddings): github actions embeddings command --- .github/workflows/search.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/search.yml b/.github/workflows/search.yml index a4391446ae7..21cb82a153f 100644 --- a/.github/workflows/search.yml +++ b/.github/workflows/search.yml @@ -43,4 +43,4 @@ jobs: - name: Refresh embeddings working-directory: ./apps/docs - run: npx run embeddings + run: npm run embeddings