File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments