📦 Publish Mitosis (#1618) #234
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Crawl the docs site with Meilisearch Cloud to update the contents to the latest | |
on: | |
push: | |
branches: | |
- main | |
# We allow manually dispatching workflow when needed. Most often, this will not be needed. | |
workflow_dispatch: | |
jobs: | |
crawler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: meilisearch/actions/cloud-crawler@main | |
with: | |
token: ${{ secrets.MEILISEARCH_CLOUD_CRAWLER_TOKEN }} |