Skip to content

Workflow file for this run

name: Algolia Indexer
on:
push:
branches:
- update-algolia
jobs:
algolia_indexer:
runs-on: ubuntu-latest
env:
APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }}
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
INDEX_NAME: 'Test'
CONFIG: '{ "index_name": "Test",

Check failure on line 15 in .github/workflows/algolia.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/algolia.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
"start_urls": ["https://docs-v3.balancer.fi/"],
"selectors": {
"lvl0": "#app header h1",
"lvl1": ".page h1",
name: Index Algolia
steps:
- name: Algolia Docsearch Action
id: algolia
uses: adapttive/[email protected]