摘要: github action是使用yaml文件来做到CI/CD的,文件位置存放在 .github/workflows,yaml文件内容如下: name: ncatest.cx.js on: push: branches: - main schedule: - cron: '0 5 * * *' #国际 阅读全文
posted @ 2021-11-17 13:15 写代码的厨子Chance 阅读(1008) 评论(0) 推荐(0)