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 ebe50b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
env:
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
APPLICATION_ID: GERZE019PN
runs-on: ubuntu-latest
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: ubuntu-24.04
container: algolia/docsearch-scraper
steps:
- run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- 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"
Expand Down

0 comments on commit ebe50b8

Please sign in to comment.