chore: rename algolia config json file to lower case naming

This commit is contained in:
andatoshiki 2023-03-03 15:37:01 +08:00
parent 988b59d71b
commit 64b3fbead6
2 changed files with 1 additions and 1 deletions

View File

@ -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 # 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: