From 290e866b9bbe78749e1f5385cc6fe7b6e8ad3c7b Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Mon, 5 Dec 2022 01:52:39 +0000 Subject: [PATCH] doc: Update README.md #206 #102 cd599f7798c9ff7d1dfb3e7f0c0408e1c84f9dba --- docs/github-actions.html | 4 ++-- index.html | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/github-actions.html b/docs/github-actions.html index 06a4baa4..5a0b8a71 100644 --- a/docs/github-actions.html +++ b/docs/github-actions.html @@ -530,13 +530,13 @@

函数 success()

steps:
   ...
-  - name: The job has succeeded
+  - name: 作业已成功
     if: ${{ success() }}
 

函数 failure()

steps:
   ...
-  - name: The job has failed
+  - name: 作业失败
     if: ${{ failure() }}
 

常用实例

diff --git a/index.html b/index.html index bb90c62c..7285b78f 100644 --- a/index.html +++ b/index.html @@ -897,11 +897,15 @@ -cms.im

+cms.im + + + +nuomiphp.com

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+