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: