From b38c2b6f37edc8e6a78a6b2d1221c8160beeb240 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:16:54 +0800 Subject: [PATCH] chore(doc): add comment to algolia workflow for index crawling as well as for test run with domain configured --- .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 4e47055c..709bf4b1 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 crawlerConfig.json | jq -r tostring)" >> $GITHUB_OUTPUT + run: echo "config=$(cat crawlerConfig.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: