摘要:
一.从上一篇GitHubActions详解了解了GitHubActions,我们理一下使用GitHubActions详解发布爬虫需要哪几个步骤 上传爬虫代码到 GitHub 仓库 创建 GitHub Actions 工作流,并提交 触发 GitHub Actions 工作流运行爬虫 查看爬虫运行状态 阅读全文
posted @ 2022-10-25 23:45
阿布_alone
阅读(579)
评论(0)
推荐(0)
摘要:
一.GitHubAction简介 🧅什么是Github Action ? GitHubActions是一个持续集成和持续交付的平台,它可以帮助你通过自动化的构建(包括编译、发布、自动化测试)来验证你的代码,从而尽快地发现集成错误。github于2019年11月后对该功能全面开放,现在所有的gith 阅读全文
posted @ 2022-10-25 23:26
阿布_alone
阅读(2350)
评论(0)
推荐(0)