Skip to content

Commit 1e1a7a8

Browse files
committed
Update deploy.yml
1 parent 21cd2b3 commit 1e1a7a8

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Setup Node
2020
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20'
2123

2224
- name: Get yarn cache
2325
id: yarn-cache
@@ -44,17 +46,8 @@ jobs:
4446
- name: Run DocSearch Scraper
4547
uses: celsiusnarhwal/typesense-scraper@v2
4648
with:
47-
# The secret containing your Typesense API key. Required.
4849
api-key: ${{ secrets.TYPESENSE_API_KEY }}
49-
50-
# The hostname or IP address of your Typesense server. Required.
5150
host: typesense.tcadmin.k8s.ovh.alexr03.dev
52-
53-
# The port on which your Typesense server is listening. Optional. Default: 8108.
5451
port: 443
55-
56-
# The protocol to use when connecting to your Typesense server. Optional. Default: http.
5752
protocol: https
58-
59-
# The path to your DocSearch config file. Optional. Default: docsearch.config.json.
6053
config: docsearch.config.json

0 commit comments

Comments
 (0)