Compare commits

..

No commits in common. "master" and "v1.0.1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -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 "config=$(cat algolia.json | jq -r tostring)" >> $GITHUB_OUTPUT
run: echo "::set-output name=config::$(cat algolia.json | jq -r tostring)"
- name: Push indices to Algolia
uses: signcl/docsearch-scraper-action@master

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}