博客自动化部署
使用Github自动化部署
参考文章: https://juejin.cn/post/6943895271751286821
配置步骤
- 生成令牌 https://github.com/settings/tokens
- 在博客的仓库地址 https://github.com/xxx/xxxBlob/settings/secrets/actions 中新增/更新刚刚生成的令牌(该令牌可设置过期时间)
- 在hexo博客项目中找到.github => workflows => hexo-deploy.yml
注意:生成的令牌如果失效,那么push到分支后,将会打包失败,此时只需在第一步中找到该令牌,update之后,将新令牌也更新到第二步对应的secrets/actions即可
1 | name: deploying Hexo project to GitHub pages |
- 本文标题:博客自动化部署
- 本文作者:sonder
- 创建时间:2022-09-24 16:30:33
- 本文链接:https://sonderss.github.io/2022/09/24/博客自动化部署/
评论