Skip to content

Commit

Permalink
fix: algolia-index CircleCI test (#13516)
Browse files Browse the repository at this point in the history
* Update algolia-index.yml

* Generate the file
  • Loading branch information
EnMod authored Dec 23, 2021
1 parent d41f8cf commit 92a3f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 92a3f5b

Please sign in to comment.