Skip to content

Commit 8b06283

Browse files
committed
Use set-algolia-env-extension
1 parent b0b0b91 commit 8b06283

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
~/.cache/antora
4040
- name: Install and Run Antora
4141
env:
42-
ALGOLIA_APP_ID: 'WB1FQYI187'
43-
ALGOLIA_API_KEY: '9d489079e5ec46dbb238909fee5c9c29'
44-
ALGOLIA_INDEX_NAME: 'springdocs'
4542
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
4643
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
4744
REFERENCE: ${{ github.event.inputs.build-refname }}

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ antora:
55
- require: '@springio/antora-extensions/override-navigation-builder-extension'
66
- require: '@springio/antora-extensions/partial-build-extension'
77
- require: '@springio/antora-extensions/publish-docsearch-config-extension'
8+
- require: '@springio/antora-extensions/set-algolia-env-extension'
89
- require: '@springio/antora-extensions/static-page-extension'
910
- require: '@springio/antora-xref-extension'
1011
- require: '@springio/antora-zip-contents-collector-extension'

0 commit comments

Comments
 (0)