From ca041e3e3e0d69ad111f7774d400aa21fcb0ea11 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:41:43 +0800 Subject: [PATCH] test: use relative path for algolia crawler config for ci testing --- .github/workflows/algolia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml index 856def57..6a452502 100644 --- a/.github/workflows/algolia.yml +++ b/.github/workflows/algolia.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - name: 🐳 Generate the content of algolia.json as config id: algolia_config - run: echo "config=$(cat crawler-config.json | jq -r tostring)" >> $GITHUB_OUTPUT # crawl off the index content from site + run: echo "config=$(cat ./crawler-config.json | jq -r tostring)" >> $GITHUB_OUTPUT # crawl off the index content from site - name: 🥙 Push indices to Algolia uses: signcl/docsearch-scraper-action@master env: