Skip to content

Commit 569f254

Browse files
committed
build
1 parent 3ec84ef commit 569f254

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Create deployment info file
3333
run: |
3434
time=$(date '+%Y-%m-%d %H:%M:%S')
35-
cat <<EOF > public/README.md
35+
cat <<EOF > public/deployment-info.md
3636
37-
## Deployment Information
37+
## 自动部署集成日志
3838
3939
部署状态 | 集成结果 | 参考值
4040
---|---|---

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
# 91前端网
2+
3+
![Build Status](https://img.shields.io/github/actions/workflow/status/shenliyang/shenliyang.github.io/deploy.yml?label=Deployment)
4+
[![ImgBot](https://img.shields.io/badge/ImgBot-build-brightgreen.svg)]()
5+
6+
7+
## 使用Snippet 主题
8+
> Theme by Snippet [主题下载](https://github.com/shenliyang/hexo-theme-snippet)
19
2-
## Deployment Information
3-
4-
部署状态 | 集成结果 | 参考值
5-
---|---|---
6-
完成时间 | 2025-06-21 08:52:42 | yyyy-mm-dd hh:mm:ss
7-
部署环境 | Linux + node- | windows \| linux \| macos + node-version
8-
部署类型 | push | push \| pull_request \| workflow_dispatch
9-
仓库地址 | shenliyang/shenliyang.github.io | owner_name/repo_name
10-
提交分支 | 6621d571e55dba81223302220d6ad56e8b6270a0 | commit hash
11-
提交信息 | build |
12-
Workflow ID | 15794094532 |
13-
Workflow NUM | 12 |

0 commit comments

Comments
 (0)