Skip to content

Commit 2b1192b

Browse files
author
Eddie
committed
update
1 parent 0492f73 commit 2b1192b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build for TRPL
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
# push:
5+
# branches:
6+
# - master
77
schedule:
88
- cron: '0 6 * * *'
99
workflow_dispatch:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ rust-lang/rust uses in [this file][rust-mdbook].
3131

3232
## Book List(China mirror) - auto build with github actions
3333

34-
| Name | Description | Comment |
35-
|:-:|:- |:- |
36-
|[trpl en](http://docs.clset.com/trpl/en)| The Rust Programming Language | Fork from [@rust-lang/book](https://github.com/rust-lang/book)|
37-
|[trpl zh](http://docs.clset.com/trpl/zh)| Rust 程序设计语言(第二版 & 2018 edition)|Auto fetch from [@KaiserY](https://github.com/KaiserY/trpl-zh-cn), thanks.|
34+
| Name | Language | Comment |
35+
|:- |:- |:- |
36+
|[The Rust Programming Language](http://docs.clset.com/trpl/en)| en | Fork from [@rust-lang/book](https://github.com/rust-lang/book)|
37+
|[Rust 程序设计语言(第二版 & 2018 edition)](http://docs.clset.com/trpl/zh)| zh |Auto fetch from [@KaiserY](https://github.com/KaiserY/trpl-zh-cn), thanks.|
3838

3939
## Notes
4040

notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def dingtalk_send(token, secret, json_data=""):
3838
"msgtype": "markdown",
3939
"markdown": {
4040
"title": github_workflow,
41-
"text": "### Project Build Info #" + github_run_id + "\n\n> status: **<font color=" + color + ">" + str(job_status).upper() + "</font>** \n\n> head ref: **" + github_ref + "** \n\n> runner os: **" + runner_os + "** \n\n> actions url: [" + github_repository + "](https://github.com/" + github_repository + "/actions)\n\n"
41+
"text": "### " + github_workflow + " #" + github_run_id + "\n\n> status: **<font color=" + color + ">" + str(job_status).upper() + "</font>** \n\n> head ref: **" + github_ref + "** \n\n> runner os: **" + runner_os + "** \n\n> actions url: [" + github_repository + "](https://github.com/" + github_repository + "/actions)\n\n"
4242
}
4343
}
4444
dingtalk_send(token, secret, json_data=message)

0 commit comments

Comments
 (0)