chore(doc): add comment to algolia workflow for index crawling as well as for test run with domain configured

This commit is contained in:
andatoshiki 2023-03-02 00:16:54 +08:00
parent 80b234276f
commit b38c2b6f37

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: 🐳 Generate the content of algolia.json as config - name: 🐳 Generate the content of algolia.json as config
id: algolia_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 - name: 🥙 Push indices to Algolia
uses: signcl/docsearch-scraper-action@master uses: signcl/docsearch-scraper-action@master
env: env: