github action构建hexo源码,yml文件分享
0
0
1
| 1 | name: 自动部署 |
| 2 | |
| 3 | on: |
| 4 | push: |
| 5 | branches: |
| 6 | - main |
| 7 | |
| 8 | release: |
| 9 | types: |
| 10 | - published |