We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f94a1 commit a9b7114Copy full SHA for a9b7114
.github/workflows/typesense.yaml
@@ -20,11 +20,10 @@ jobs:
20
- name: Docsearch Scraper
21
shell: bash
22
run: |
23
- # 0.6.0.rc1: https://github.com/typesense/typesense-docsearch-scraper/issues/36
24
docker run \
25
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_ADMIN_KEY }} \
26
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
27
-e TYPESENSE_PORT="443" \
28
-e TYPESENSE_PROTOCOL="https" \
29
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
30
- typesense/docsearch-scraper:0.6.0.rc2
+ typesense/docsearch-scraper:0.9.1
0 commit comments