http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html

Actions 是github提供的持续测试和持续部署的操作模块.

Continuous Integration : CI 持续集成

Continuous Deployment : CD 持续部署

https://segmentfault.com/a/1190000016757021

最新文章

  1. Spring和SpringMVC父子容器关系初窥
  2. JS valueOf与字符串
  3. 2016.6.20 计算机网络复习要点第三章之CSMA/CD协议
  4. 104. Maximum Depth of Binary Tree
  5. 使用TypeScript如何提升JavaScript编程效果?
  6. CodeForces Round #250 Div2
  7. C++对象内存模型2 (虚函数,虚指针,虚函数表)
  8. Win10 10586 更新
  9. 基于.net 职责链来实现 插件模式
  10. android stuido 快捷键
  11. build path contains duplicate entry:'src' for project 'XXX'
  12. H5WebSocket前后台代码
  13. Python 猜数游戏
  14. ZOJ 3876 JAVA
  15. CheckedTextView文字不居中的问题
  16. .net HttpListener 很慢
  17. linux 清空历史命令
  18. (最小生成树 并查集)P1111 修复公路 洛谷
  19. SOA架构大概思路
  20. Pig项目&Spring Boot&Spring Cloud学习

热门文章

  1. IDEA——配置代码检测
  2. CRLF will be replaced by LF in XXX when git commit
  3. inux centos7下源码 tar安装5.7.26详解
  4. 基于netty手写RPC框架
  5. .net core 引入SwaggerUI教程
  6. pyspider最佳实践
  7. toString()和Object.prototype.toString.call() 不一样
  8. Java 面向对象(九)内部类
  9. linux mysql连接
  10. Java集合学习(6):LinkedHashSet