Skip to content

Commit

Permalink
add algolia github action to update search results
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcdonald committed Feb 21, 2023
1 parent 2d81fad commit b819d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
algolia_indexer:
runs-on: ubuntu-latest
env:
APPLICATION_ID: { { secrets.ALGOLIA_APP_ID } }
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
INDEX_NAME: { { dev_balancer } }
APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }}
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
INDEX_NAME: 'dev_balancer'
CONFIG: '{ "index_name": "dev_balancer", "start_urls": ["https://docs.balancer.fi/"], "selectors": { "lvl0": "#app header h1", "lvl1": ".page h1", "lvl2": ".page h2", "lvl3": ".page h3", "lvl4": ".page h4", "lvl5": ".page h5", "text": ".page p, .page li, .page td" }}'
name: Index Algolia
steps:
Expand Down

0 comments on commit b819d26

Please sign in to comment.