Closed ZHYCarge closed 2 years ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
我发现了我自身博客的错误。我在使用 GitHub Actions
的时候,会自动的将我仓库内所有的博客拉到一个暂存区,因此在使用 hexo g
的时候会自动的将时间错算成下载到暂存区的时间,而不是它更新的时间,因此需要在yml
命令中添加一部分内容即可进行搞定,参考链接修复 CI 构建博客造成的更新时间错误
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
The displayed time of an updated article is when it was actually modified 更新文章的显示时间是实际上修改它的时间
Actual behavior
In fact, when I update an article, all articles will be calculated by the last article update time 实际上当我更新一篇文章的时候,所有的文章都会以最后的一篇文章更新时间来进行计算
Steps to reproduce the behavior
Environment Information
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
使用环境
其他
在很久之前我修改过所有的cdn地址(因为之前
cdn.jsdelivr.net
国内用户无法访问)不知道是否会对这个事情造成影响 如果还需要其他配置信息,请联系我进行编辑这个issue