This action runs the docsearch scraper and updates an index.
Required Algolia docsearch APPLICATION_ID
Required Algolia docsearch API_KEY
Required File to specify the location of the scraper config. Select mdx or openapi config.
jobs:
build:
runs-on: ubuntu-latest
name: Scraper mdx files running
steps:
- uses: actions/checkout@v2
- uses: vtexdocs/devportal-docsearch-action@main
with:
algolia_application_id: 'XXXXXXXXX'
algolia_api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx123'
file: './configs/scraper_md.json'