小于 1 分钟
- echarts1
- es615
- git12
- engine1
- javascript21
- IOC1
- DI1
- nestjs1
- Nestjs1
- PostgreSQL3
- eventsource2
- python5
- mysql12
- docker2
- design9
- 设计模式24
- frontend24
- engineering8
- Node.js1
- MySQL1
- MongoDB1
- github2
- graphics10
- javascript 数据类型2
- URL Scheme1
- webkitSpeechRecognition1
- linux14
- navicat1
- redis2
- nginx8
- react11
- react query1
- Redux1
- rxjava1
- android3
- vite3
- vue46
- interview234
- NodeJS15
- JavaScript36
- algorithm19
- React34
- applet9
- css21
- http15
- typescript13
- vue37
- webpack10
GitHub Actions
GitHub Actions 是一个持续集成和持续交付 (CI/CD) 平台,可用于自动执行构建、测试和部署管道。您可以创建工作流程来构建和测试存储库的每个拉取请求,或将合并的拉取请求部署到生产环境。将 GitHub Actions 命令保存为 main.yml,放于 .github\workflows 目录下,repo 发生指定调节的改变时,Actions 会自动运行。[1]
大约 2 分钟