Skip to content

Commit f017d1e

Browse files
committed
⚙️ update preview workflow
📁 content update
1 parent 6b28f3f commit f017d1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

content/docs/deployment/platforms/gitlab-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Use the following steps to get your Lotus Docs site up and running on GitLab Pag
170170
6. 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

0 commit comments

Comments
 (0)