You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getmeili/docs-scraper:v0.9.0 pipenv run ./docs_scraper config.json
63
+
getmeili/docs-scraper:latest pipenv run ./docs_scraper config.json
64
64
```
65
65
66
66
### In a GitHub Action
@@ -83,14 +83,16 @@ run-scraper:
83
83
-e MEILISEARCH_HOST_URL=$HOST_URL \
84
84
-e MEILISEARCH_API_KEY=$API_KEY \
85
85
-v $CONFIG_FILE_PATH:/docs-scraper/config.json \
86
-
getmeili/docs-scraper:v0.9.0 pipenv run ./docs_scraper config.json
86
+
getmeili/docs-scraper:latest pipenv run ./docs_scraper config.json
87
87
```
88
88
89
+
WARNING: We do not recommend using the `latest` image in production. Use the [release tags](https://github.com/meilisearch/docs-scraper/releases) instead.
90
+
89
91
Here is the [GitHub Action file](https://github.com/meilisearch/documentation/blob/master/.github/workflows/gh-pages-scraping.yml) we use in production for the MeiliSearch documentation.
90
92
91
93
### About the API Key
92
94
93
-
The API key you must provide as environment variable should have the permissions to add documents into your MeiliSearch instance.
95
+
The API key you must provide as an environment variable should have the permissions to add documents into your MeiliSearch instance.
94
96
95
97
Thus, you need to provide the private key or the master key.
0 commit comments