https://github.com/meilisearch/actions
Meilisearch Github Actions
https://github.com/meilisearch/actions
crawler meilisearch
Last synced: 7 months ago
JSON representation
Meilisearch Github Actions
- Host: GitHub
- URL: https://github.com/meilisearch/actions
- Owner: meilisearch
- License: mit
- Created: 2023-09-13T00:47:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T11:29:07.000Z (about 2 years ago)
- Last Synced: 2025-06-25T23:11:45.606Z (7 months ago)
- Topics: crawler, meilisearch
- Language: JavaScript
- Homepage: https://cloud.meilisearch.com
- Size: 788 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Meilisearch GitHub Actions
🤩 Actions index:
- `meilisearch/actions/cloud-crawler`: Call your Meilisearch Cloud configuration from a GH action!
```yml
name: Crawl my website with Meilisearch Cloud
on: [push]
jobs:
crawler:
runs-on: ubuntu-latest
steps:
- uses: meilisearch/actions/cloud-crawler@main
with:
token: ${{ secrets.MEILISEARCH_CLOUD_CRAWLER_TOKEN }} # required
ignoreConcurrencyError: false # optional (default: true)
```
Enjoy! :seal: