Skip to content

Commit 22a55b7

Browse files
authored
⚙️ update docsearch-crawl job to run in prod env (#238)
2 parents 9934034 + 8a0d86a commit 22a55b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
working-directory: public
8080

8181
docsearch-crawl:
82+
# The environment this job references
83+
environment:
84+
name: Production
8285

8386
# The type of runner that the job will run on
8487
runs-on: ubuntu-20.04

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111

1212
## Overview
1313

14-
With [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/), you can publish your Lotus Docs site directly from a repository in GitLab.
14+
With [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/), you can publish your Lotus Docs themed site directly from a repository in GitLab.
1515

1616
- Use for any personal or business website.
1717
- Native support for Hugo.

0 commit comments

Comments
 (0)