Skip to content

Commit

Permalink
Update Algolia index
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 24, 2023
1 parent 6491ccc commit 9d69153
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ jobs:
run: |
npx vercel --public --yes --prod --token ${{ secrets.NOW_TOKEN }} --name lingui-docs build
# TODO: update Algolia index
- name: Update Algolia index
uses: darrenjennings/algolia-docsearch-action@v0.2.0
with:
algolia_application_id: ${{ vars.ALGOLIA_APP_ID }}
algolia_api_key: ${{ secrets.ALGOLIA_WRITE_API_KEY }}
file: 'website/tools/algolia/config.json'

0 comments on commit 9d69153

Please sign in to comment.