We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3830b commit bc26087Copy full SHA for bc26087
.github/workflows/crawl.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
container: algolia/docsearch-scraper
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
19
- run: 'sudo apt-get install -y jq'
20
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
21
- run: "cd /root && pipenv install"
0 commit comments