Skip to content

Commit

Permalink
Use correct index name
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Mar 11, 2024
1 parent c6c04c8 commit 7b5902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ antora {
environment = [
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
'ALGOLIA_APP_ID': 'WB1FQYI187',
'ALGOLIA_INDEX_NAME': 'springintegration',
'ALGOLIA_INDEX_NAME': 'springdocs',
]
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.2',
Expand Down

0 comments on commit 7b5902f

Please sign in to comment.