Compare commits

...

3 Commits

Author SHA1 Message Date
sparanoid
816fdbb24b
Merge pull request #2 from signcl/renovate/configure 2023-08-29 06:22:52 -04:00
renovate[bot]
d333d45a58
Add renovate.json 2023-08-29 10:20:47 +00:00
sparanoid
29e00fe7dd
chore: use new syntax 2023-08-29 00:44:09 -07:00
2 changed files with 7 additions and 1 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 - name: Get the content of algolia.json as config
id: algolia_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 - name: Push indices to Algolia
uses: signcl/docsearch-scraper-action@master uses: signcl/docsearch-scraper-action@master

6
renovate.json Normal file
View File

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