Skip to content

Commit bc669d1

Browse files
committed
⚙️ update prod workflow formatting
📁 content update
1 parent ab62857 commit bc669d1

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@ jobs:
8282
# The environment this job references
8383
environment: Production
8484

85-
# The type of runner that the job will run on
86-
runs-on: ubuntu-20.04
87-
needs: [deploy-production]
88-
# Run job only if there are changes to 'content/docs/**'
89-
if: |
90-
needs.deploy-production.outputs.docs == 'true'
85+
# The type of runner that the job will run on
86+
runs-on: ubuntu-20.04
87+
needs: [deploy-production]
88+
# Run job only if there are changes to 'content/docs/**'
89+
if: |
90+
needs.deploy-production.outputs.docs == 'true'
9191
92-
steps:
93-
# Step 1 - Checks-out your repository under $GITHUB_WORKSPACE
94-
- name: Checkout
95-
uses: actions/checkout@v3
92+
steps:
93+
# Step 1 - Checks-out your repository under $GITHUB_WORKSPACE
94+
- name: Checkout
95+
uses: actions/checkout@v3
9696

97-
# Step 2 - Perform DocSearch crawl only if content files were changed
98-
- name: Algolia crawl on content update
99-
uses: algolia/algoliasearch-crawler-github-actions@v1.1.13
100-
id: docsearch-crawl
101-
with:
102-
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
103-
crawler-name: 'lotusdev'
104-
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
105-
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
106-
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
107-
site-url: 'https://lotusdocs.dev/'
97+
# Step 2 - Perform DocSearch crawl only if content files were changed
98+
- name: Algolia crawl on content update
99+
uses: algolia/algoliasearch-crawler-github-actions@v1.1.13
100+
id: docsearch-crawl
101+
with:
102+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
103+
crawler-name: 'lotusdev'
104+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
105+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
106+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
107+
site-url: 'https://lotusdocs.dev/'

content/docs/features/feedback-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ draft: false
1111
images: []
1212
---
1313

14-
The Lotus Docs feedback plugin integrates with Google or Plausible Analytics to allow you to collect visitor feedback on your sites' content.
14+
The Lotus Docs feedback plugin integrates with Google or Plausible Analytics allowing you to collect visitor feedback on your sites' content.
1515

1616
![Lotus Docs Emoticon Feedback Widget Screenshot](https://res.cloudinary.com/lotuslabs/image/upload/r_20,c_scale,w_800/v1692841008/Lotus%20Docs/images/lotusdocs_emoticon_feedback_widget_screenshot_rd_v2_mmoxca.webp)
1717
{.text-center}

0 commit comments

Comments
 (0)