We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8eb11 commit bab1efcCopy full SHA for bab1efc
.github/workflows/meilisearch-scraper.yml
@@ -32,7 +32,6 @@ jobs:
32
MEILISEARCH_API_KEY: ${{ secrets.MEILISEARCH_MASTER_KEY }}
33
CONFIG_FILE: .github/meilisearch/scraper-config.json
34
run: |
35
- run: |
36
docker run \
37
-e MEILISEARCH_HOST_URL="$MEILISEARCH_HOST_URL" \
38
-e MEILISEARCH_API_KEY="$MEILISEARCH_API_KEY" \
@@ -55,4 +54,4 @@ jobs:
55
54
echo "Checking index stats..."
56
curl -s "$MEILISEARCH_HOST_URL/indexes/strapi-docs/stats" \
57
-H "Authorization: Bearer $MEILISEARCH_SEARCH_KEY" | \
58
- python3 -m json.tool
+ python3 -m json.tool
0 commit comments