Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
easyphoto authored Jan 14, 2021
1 parent 7403ab5 commit f13e147
Show file tree
Hide file tree
Showing 5 changed files with 964 additions and 0 deletions.
23 changes: 23 additions & 0 deletions backup/githubactions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 使用Github Actions

Github Ac­tions 是 GitHub 推出的持续集成 (Con­tin­u­ous in­te­gra­tion,简称 CI) 服务

它提供了配置非常不错的虚拟服务器环境,基于它可以进行构建、测试、打包、部署项目。

简单来讲就是将软件开发中的一些流程交给云服务器自动化处理,比方说开发者把代码 push 到 GitHub 后它会自动测试、编译、发布。

## 如何使用

### 开启

在分支中点击`Settings` - `Actions`-`Allow all actions`-`Save`即可

![image-20201112110026367](assets/open_actions_permissions.png)

### 查看现有Actions

![image-20201112110149399](assets/see_actions.png)

### 手动触发

![image-20201112110515231](assets/manually_run.png)
Loading

0 comments on commit f13e147

Please sign in to comment.