We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4392b2 commit 745ddbdCopy full SHA for 745ddbd
.github/actions/update-search-index/action.yml
.github/workflows/release.yml
@@ -38,8 +38,10 @@ jobs:
38
vercel_project_id: ${{ secrets[matrix.secret_project_id] }}
39
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
40
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] }}
+ - name: Copy .vercel/.env.production.local
+ shell: bash
+ run: |
+ cp .vercel/.env.production.local apps/docs/.env
+ - name: Update Search Index
46
47
+ run: pnpm run docs:update-search-index
0 commit comments