Skip to content

Commit

Permalink
Fix ALGOLIA_INDEX_NAME environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Apr 16, 2024
1 parent c5ac92b commit cb9077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
ALGOLIA_APP_ID: 'WB1FQYI187'
ALGOLIA_API_KEY: '9d489079e5ec46dbb238909fee5c9c29'
ALGOLIA_INDEX_NAME': 'springdocs'
ALGOLIA_INDEX_NAME: 'springdocs'
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
REFERENCE: ${{ github.event.inputs.build-refname }}
Expand Down

0 comments on commit cb9077b

Please sign in to comment.