Skip to content

Commit

Permalink
update algolia settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Jun 29, 2024
1 parent 8c07ce6 commit 77f0a31
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 @@ -3,17 +3,17 @@ name: Algolia Indexer
on:
push:
branches:
- update-algolia
- v3-outline

jobs:
algolia_indexer:
runs-on: ubuntu-latest
env:
APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }}
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
INDEX_NAME: 'Test'
INDEX_NAME: 'v3-docs'
# TODO: Rework indexing
CONFIG: '{ "index_name": "Test",
CONFIG: '{ "index_name": "v3-docs",
"start_urls": [
"https://docs-v3.balancer.fi/",
"https://docs-v3.balancer.fi/integration-guides/",
Expand Down

0 comments on commit 77f0a31

Please sign in to comment.