mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2025-06-07 18:24:58 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
816fdbb24b | ||
|
d333d45a58 | ||
|
29e00fe7dd |
@ -25,7 +25,7 @@ The tricky part is how to pass `CONFIG` to the scraper. The above example won't
|
||||
|
||||
- name: Get the content of algolia.json as config
|
||||
id: algolia_config
|
||||
run: echo "::set-output name=config::$(cat algolia.json | jq -r tostring)"
|
||||
run: echo "config=$(cat algolia.json | jq -r tostring)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Push indices to Algolia
|
||||
uses: signcl/docsearch-scraper-action@master
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user