diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index 383039a0..10f1feb4 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -15,7 +15,8 @@ jobs: runs-on: ubuntu-latest container: algolia/docsearch-scraper steps: - - uses: actions/checkout@v2 + - run: 'sudo apt-get -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4 + - uses: actions/checkout@v4 - run: 'sudo apt-get install -y jq' - run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV' - run: "cd /root && pipenv install"