diff --git a/.github/workflows/typesense.yaml b/.github/workflows/typesense.yaml index 7d39b05a..da194255 100644 --- a/.github/workflows/typesense.yaml +++ b/.github/workflows/typesense.yaml @@ -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