Skip to content

Commit 319100d

Browse files
committed
⚙️ add crawler-name parameter to docsearch workflow job
1 parent a79842f commit 319100d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
id: docsearch-crawl
9999
with:
100100
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
101+
crawler-name: 'lotusdev'
101102
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
102103
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
103104
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}

0 commit comments

Comments
 (0)