0%

hexo部署到vercel

流程

flowchart LR
    src[hexo源码]
    action[环境部署、hexo生成 GitHub Actions 自动完成]
    static[静态页面仓库]
    vercel[vercel 自动抓取]
    src --push到GitHub--> action --action push--> static --被抓取--> vercel
-------The end of this article  Thank you for your reading-------