Skip to content

Commit

Permalink
Build: Update typesense scraper
Browse files Browse the repository at this point in the history
Should resolve the issue of truncated entities
like `"` sometimes appearing literally
in an excerpt.

Ref typesense/typesense#1388
  • Loading branch information
Krinkle authored Feb 10, 2024
1 parent 52f94a1 commit a9b7114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- name: Docsearch Scraper
shell: bash
run: |
# 0.6.0.rc1: https://github.com/typesense/typesense-docsearch-scraper/issues/36
docker run \
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_ADMIN_KEY }} \
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
-e TYPESENSE_PORT="443" \
-e TYPESENSE_PROTOCOL="https" \
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
typesense/docsearch-scraper:0.6.0.rc2
typesense/docsearch-scraper:0.9.1

0 comments on commit a9b7114

Please sign in to comment.