We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee21ff4 commit d55cc92Copy full SHA for d55cc92
.github/workflows/crawl.yml
@@ -12,10 +12,11 @@ jobs:
12
env:
13
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
14
APPLICATION_ID: GERZE019PN
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
16
container: algolia/docsearch-scraper
17
steps:
18
- - run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
+ - run: 'sudo apt-get update'
19
+ - run: 'sudo apt-get install -y libc6 libc-bin'
20
- uses: actions/checkout@v4
21
- run: 'sudo apt-get install -y jq'
22
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
0 commit comments