mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
chore: rename algolia config json file to lower case naming
This commit is contained in:
parent
988b59d71b
commit
64b3fbead6
2
.github/workflows/algolia.yml
vendored
2
.github/workflows/algolia.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user