🛠️ 基于 GitHub Actions 的 Hexo 静态博客自动化部署流程。
0
0
3
| 1 | name: 🚀 自动部署 Hexo 博客 |
| 2 | |
| 3 | on: |
| 4 | push: |
| 5 | branches: |
| 6 | - main # 🌿 监听 main 分支的推送 |
| 7 | release: |
| 8 | types: |
| 9 | - published # 🎉 监听新版本发布 |
| 10 | workflow_dispatch: # ⏯️ 支持手动触发 |