Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

记录一次完整的 Hexo + GitHub Actions 部署问题排查过程:从 hexo: command not found 到 ESM 模块错误,再到最终的 Node.js 版本兼容性解决方案。 背景说明正在将 Hexo 博客从传统的 hexo-deployer-git 方式迁移到现代化的 GitHub Pages 部署方式,遇到了一系列依赖和兼容性问题。 🔴 问题一:hexo...