Skip to content

Commit 745ddbd

Browse files
committed
feat: update release update search index
1 parent d4392b2 commit 745ddbd

File tree

2 files changed

+7
-31
lines changed

2 files changed

+7
-31
lines changed

.github/actions/update-search-index/action.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
vercel_project_id: ${{ secrets[matrix.secret_project_id] }}
3939
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
4040
vercel_token: ${{ secrets.VERCEL_TOKEN }}
41-
- name: Update Search Index (${{ matrix.locale }})
42-
uses: ./.github/actions/update-search-index
43-
with:
44-
locale: ${{ matrix.locale }}
45-
orama_private_api_key: ${{ secrets[matrix.orama_private_api_key] }}
41+
- name: Copy .vercel/.env.production.local
42+
shell: bash
43+
run: |
44+
cp .vercel/.env.production.local apps/docs/.env
45+
- name: Update Search Index
46+
shell: bash
47+
run: pnpm run docs:update-search-index

0 commit comments

Comments
 (0)