mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:04:17 +00:00
chore(doc): add comment to algolia workflow for index crawling as well as for test run with domain configured
This commit is contained in:
parent
80b234276f
commit
b38c2b6f37
2
.github/workflows/algolia.yml
vendored
2
.github/workflows/algolia.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user