Skip to content

Commit

Permalink
docs: one more try to get the docsearch image working
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 17, 2024
1 parent ee21ff4 commit 3a75ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: algolia/docsearch-scraper
steps:
- run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
- run: 'sudo apt-get install -y libc6 libc-bin'
- uses: actions/checkout@v4
- run: 'sudo apt-get install -y jq'
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
Expand Down

0 comments on commit 3a75ad4

Please sign in to comment.