You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have made it so the build command is only indexing to Algolia, you want it to also create the site, so that would be bundle exec jekyll build && bundle exec jekyll algolia for the build command :)
Haroenv
changed the title
在Vercel上部署遭遇错误
Error when deploying on Vercel
Jul 18, 2022
You have made it so the build command is only indexing to Algolia, you want it to also create the site, so that would be bundle exec jekyll build && bundle exec jekyll algolia for the build command :)
You have made it so the build command is only indexing to Algolia, you want it to also create the site, so that would be bundle exec jekyll build && bundle exec jekyll algolia for the build command :)
Thank you very much! It would be more friendly for newbies if this new command could be written in the official documentation. I am now using this command:jekyll build & ALGOLIA_API_KEY='your_admin_api' bundle exec jekyll algolia.
When I deployed on Vercel, I received the following error:
It correctly uploads the index to algolia, but cannot complete the final build.
My configuration on Vercel is:
By the way, I did not build locally, but operated all on Vercel.
The text was updated successfully, but these errors were encountered: