We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The self call hexo generate seems to be buggy.Running hexo algolia will lead to this bug.
hexo generate
hexo algolia
Running the hexo algolia alone will lead to this bug.This is beacause that hexo.call('generate') won't generate db.json.
hexo.call('generate')
db.json
Run hexo clean and hexo algolia.
hexo clean
The text was updated successfully, but these errors were encountered:
fix: remove the generate step LouisBarranqueiro#173
6a1dc5b
I encountered the same issue while trying to use hexo algolia in GitHub Actions. To address it, I attempted to fix the problem: https://github.com/MskTmi/hexo-algoliasearch
I hope this helps!
Sorry, something went wrong.
LouisBarranqueiro
No branches or pull requests
Description
The self call
hexo generate
seems to be buggy.Runninghexo algolia
will lead to this bug.Bug reason
Running the
hexo algolia
alone will lead to this bug.This is beacause thathexo.call('generate')
won't generatedb.json
.Steps to reproduce the bug
Run
hexo clean
andhexo algolia
.Environment
Plugin configuration
Additional information
The text was updated successfully, but these errors were encountered: