Skip to content

Commit ebe50b8

Browse files
committed
docs: one more try to get the docsearch image working
1 parent ee21ff4 commit ebe50b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/crawl.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
env:
1313
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
1414
APPLICATION_ID: GERZE019PN
15-
runs-on: ubuntu-latest
15+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
runs-on: ubuntu-24.04
1617
container: algolia/docsearch-scraper
1718
steps:
18-
- run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v3
2020
- run: 'sudo apt-get install -y jq'
2121
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
2222
- run: "cd /root && pipenv install"

0 commit comments

Comments
 (0)