Hexo 博客使用 GitHub Actions 自动部署到 GitHub Pages 完整教程
本教程基于:Hexo 7.x + Fluid 主题(npm 安装方式)+ GitHub Actions + 跨仓库部署到 GitHub Pages 一、整体架构说明本方案使用两个 GitHub 仓库分离源码与静态文件: 1234567my-blog-source(私有/公开) iomelons.github.io(公开)├── source/_posts/ →