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