Skip to content

Commit a9b7114

Browse files
authored
Build: Update typesense scraper
Should resolve the issue of truncated entities like `"` sometimes appearing literally in an excerpt. Ref typesense/typesense#1388
1 parent 52f94a1 commit a9b7114

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/typesense.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
- name: Docsearch Scraper
2121
shell: bash
2222
run: |
23-
# 0.6.0.rc1: https://github.com/typesense/typesense-docsearch-scraper/issues/36
2423
docker run \
2524
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_ADMIN_KEY }} \
2625
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
2726
-e TYPESENSE_PORT="443" \
2827
-e TYPESENSE_PROTOCOL="https" \
2928
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
30-
typesense/docsearch-scraper:0.6.0.rc2
29+
typesense/docsearch-scraper:0.9.1

0 commit comments

Comments
 (0)