From 01cb6977791a40b8b9369f2ae40ba8c112fd6f8f Mon Sep 17 00:00:00 2001 From: starbirdtech383 <113826417+starbirdtech383@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:09:29 +0530 Subject: [PATCH] fix users and work-dir for gh workflow (#6480) --- .github/workflows/publish-docs-index-typesense.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs-index-typesense.yml b/.github/workflows/publish-docs-index-typesense.yml index 1b3da71527..6b4aedf3b8 100644 --- a/.github/workflows/publish-docs-index-typesense.yml +++ b/.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 \ No newline at end of file + config: ./packages/noco-docs/typesense-scrape-config.json \ No newline at end of file