Skip to content

Commit

Permalink
chore: trigger reindexing on doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Dec 16, 2022
1 parent f0951aa commit 8cd16ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -109,6 +109,14 @@ jobs:
publish_dir: ./website/build
user_name: release-please[bot]
user_email: 55107282+release-please[bot]@users.noreply.github.com
- name: Trigger Algolia reindexing
env:
CRAWLER_USER_ID: ${{secrets.ALGOLIA_CRAWLER_USER_ID}}
CRAWLER_API_KEY: ${{secrets.ALGOLIA_CRAWLER_API_KEY}}
CRAWLER_ID: ${{secrets.ALGOLIA_CRAWLER_ID}}
run: |
curl -H "Content-Type: application/json" -X POST --user "$CRAWLER_USER_ID:$CRAWLER_API_KEY" \
"https://crawler.algolia.com/api/1/crawlers/$CRAWLER_ID/reindex"
chrome-tests:
name: ${{ matrix.suite }} tests on ${{ matrix.os }}
Expand Down

0 comments on commit 8cd16ad

Please sign in to comment.