Skip to content

Commit 3533cbf

Browse files
authored
Fix sync single algolia workflow (#18690)
1 parent d9473c4 commit 3533cbf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sync-single-english-algolia-index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
4848
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
run: npm run sync-search
50+
run: |
51+
npm run build
52+
npm run sync-search

0 commit comments

Comments
 (0)