We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6240a7c commit f688267Copy full SHA for f688267
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Trigger DocSearch Crawling
66
run: |
67
echo "Triggering DocSearch crawling for updated website..."
68
- response=$(curl -s -w "%{http_code}" -X POST "https://crawler.algolia.com/api/1/crawlers/DOAQK3DEFT/reindex" \
+ response=$(curl -s -w "%{http_code}" -X POST "https://crawler.algolia.com/api/1/crawlers/8056d134-dd88-478d-9ebc-decf9fa15518/reindex" \
69
-H "Authorization: Bearer ${{ secrets.DOCSEARCH_API_KEY }}" \
70
-H "Content-Type: application/json" \
71
-d '{"force": true}')
0 commit comments