An open API service indexing awesome lists of open source software.

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

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: