Skip to content

Commit f688267

Browse files
authored
Update deploy.yml
1 parent 6240a7c commit f688267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Trigger DocSearch Crawling
6666
run: |
6767
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" \
68+
response=$(curl -s -w "%{http_code}" -X POST "https://crawler.algolia.com/api/1/crawlers/8056d134-dd88-478d-9ebc-decf9fa15518/reindex" \
6969
-H "Authorization: Bearer ${{ secrets.DOCSEARCH_API_KEY }}" \
7070
-H "Content-Type: application/json" \
7171
-d '{"force": true}')

0 commit comments

Comments
 (0)