Browse Source

fix users and work-dir for gh workflow (#6480)

pull/6481/head
starbirdtech383 1 year ago committed by GitHub
parent
commit
01cb697779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish-docs-index-typesense.yml

4
.github/workflows/publish-docs-index-typesense.yml

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3 # You MUST checkout your repository first!
- name: Run DocSearch Scraper
uses: ./packages/noco-docs
uses: celsiusnarhwal/typesense-scraper@v2
with:
# The secret containing your Typesense API key. Required.
api-key: ${{ secrets.TYPESENSE_API_KEY }}
@ -23,4 +23,4 @@ jobs:
# The protocol to use when connecting to your Typesense server. Optional. Default: http.
protocol: https
# The path to your DocSearch config file. Optional. Default: docsearch.config.json.
config: typesense-scrape-config.json
config: ./packages/noco-docs/typesense-scrape-config.json
Loading…
Cancel
Save