Skip to content

Commit 5b9b9aa

Browse files
authored
Multiple updates (#239)
2 parents 22a55b7 + ab62857 commit 5b9b9aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1313
jobs:
14-
# This workflow contains two jobs called "deploy-production" and "docsearch-scrape"
14+
# This workflow contains two jobs called "deploy-production" and "docsearch-crawl"
1515
deploy-production:
1616
# The environment this job references
1717
environment:
@@ -80,8 +80,7 @@ jobs:
8080

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

8685
# The type of runner that the job will run on
8786
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
@@ -20,7 +20,7 @@ With [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/), you can pub
2020
- Connect your custom domains and TLS certificates.
2121
- Attribute any license to your content.
2222

23-
GitLab makes it easy to build, deploy, and host your Lotus Docs website via their free GitLab Pages service.
23+
GitLab Pages makes it easy to build, deploy, and host your Lotus Docs website.
2424

2525
## Prerequisites
2626

0 commit comments

Comments
 (0)