File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content/docs/deployment/platforms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ jobs:
107107 id : docsearch-scrape
108108 uses : adapttive/algolia-docsearch-action@1.1.1
109109 env :
110- APPLICATION_ID : ${{ secrets.DOCSEARCH_APPID }}
111- API_KEY : ${{ secrets.DOCSEARCH_WRITE_API_KEY }}
110+ APPLICATION_ID : ${{ secrets.DOCSEARCH_APP_ID }}
111+ API_KEY : ${{ secrets.DOCSEARCH_WRITE_API_KEY_PREVIEW }}
112112 CONFIG : ${{ steps.docsearch-config.outputs.config }}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Use the following steps to get your Lotus Docs site up and running on GitLab Pag
1701706. Copy and paste the YAML below into the job file you created.
171171
172172 ```yaml
173- image: registry.gitlab.com/pages/hugo/hugo_extended:0.142.0
173+ image: registry.gitlab.com/pages/hugo/hugo_extended:0.140.2
174174
175175 variables:
176176 HUGO_ENV: production
You can’t perform that action at this time.
0 commit comments