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
Problem
Running hexo d have no output. No error message or warnings, and nothing happened, files are not deployed too.
Cause
There is syntax error in _config.yml. When running hexo clean, there is error messages indicate the error. Once it is corrected, hexo d can run normally. There could be other problems with git setup but at least there is error messages.
Suggestion
There should be meaningful error messages in this case, either from deployer plugin or yml parser, but there should be messages instead of no output, which looks like success.
The text was updated successfully, but these errors were encountered:
Running
hexo d
have no output. No error message or warnings, and nothing happened, files are not deployed too.There is syntax error in _config.yml. When running
hexo clean
, there is error messages indicate the error. Once it is corrected,hexo d
can run normally. There could be other problems with git setup but at least there is error messages.There should be meaningful error messages in this case, either from deployer plugin or yml parser, but there should be messages instead of no output, which looks like success.
The text was updated successfully, but these errors were encountered: