Closed azhu021 closed 1 year ago
π @azhu021, sorry for the late reply. I was on vacation. It's normal. hexo-generator-category
and hexo-generator-sitemap
packages are Hexo Genrators. hexo-algoliasearch
is a Hexo Console command. They do not do the same thing and do not integrate in the same way.
As the README file states, this plugin is used to index posts of your Hexo blog on Algolia.
Is there anything wrong with my procedure?
No, in your CI, it's good. π After the site has been deployed, you want to add a step to run the Hexo Algolia command to index posts.
Thanks for your awesome plugin. Now I'm facing an issue with the deployment process, and I was hoping to get some help.
I've built a Hexo site on Aliyun Serverless, and I've noticed that the plugin isn't working automatically to generate index files and connect to the Algolia server. I have to manually add some extra command lines to my CI/CD YAML file. Here are some relevant code snippets:
I expected the Algolia Plugin to work automatically without requiring additional command lines, similar to other plugins such as hexo-generator-category and hexo-generator-sitemap.
Is there anything wrong with my procedure?