Skip to content

Commit

Permalink
Update algolia-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod authored Dec 22, 2021
1 parent b046cd9 commit 84689f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config/jobs/algolia-index.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
- image: node:12
- image: node:14
steps:
- checkout
- run:
Expand All @@ -10,5 +10,6 @@ steps:
exit 0
fi
cd website/
npm install -g npm@latest
npm install
node scripts/index_search_content.js

0 comments on commit 84689f9

Please sign in to comment.