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 2dec06c commit 9147224Copy full SHA for 9147224
.github/workflows/crawl.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
container: algolia/docsearch-scraper
17
steps:
18
- - run: 'sudo apt-get -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
+ - run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
19
- uses: actions/checkout@v4
20
- run: 'sudo apt-get install -y jq'
21
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
0 commit comments