Skip to content

Commit bc26087

Browse files
committed
docs: back to v2 as the algolia base image is outdated
1 parent 2a3830b commit bc26087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crawl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container: algolia/docsearch-scraper
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v2
1919
- run: 'sudo apt-get install -y jq'
2020
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
2121
- run: "cd /root && pipenv install"

0 commit comments

Comments
 (0)