doc: Update README.md #206 #102

This commit is contained in:
jaywcjlove 2022-12-05 09:51:09 +08:00
parent 5b649147ca
commit cd599f7798
2 changed files with 3 additions and 2 deletions

View File

@ -383,6 +383,7 @@ Quick Reference
[surcode.cn](https://ref.surcode.cn)<!--rehype:target=_blank--> [surcode.cn](https://ref.surcode.cn)<!--rehype:target=_blank-->
[hestudio.org](https://quickref.hestudio.org)<!--rehype:target=_blank--> [hestudio.org](https://quickref.hestudio.org)<!--rehype:target=_blank-->
[cms.im](https://quickref.cms.im/)<!--rehype:target=_blank--> [cms.im](https://quickref.cms.im/)<!--rehype:target=_blank-->
[nuomiphp.com](https://reference.tool.nuomiphp.com/)<!--rehype:target=_blank-->
<!--rehype:class=home-card home-links--> <!--rehype:class=home-card home-links-->
如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 [gh-pages](https://github.com/jaywcjlove/reference/tree/gh-pages) 分支代码到你的静态服务就可以了,还可以使用 [docker](https://hub.docker.com/r/wcjiang/reference) 快捷部署 web 版。 如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 [gh-pages](https://github.com/jaywcjlove/reference/tree/gh-pages) 分支代码到你的静态服务就可以了,还可以使用 [docker](https://hub.docker.com/r/wcjiang/reference) 快捷部署 web 版。

View File

@ -414,7 +414,7 @@ toJSON(job)
```yml ```yml
steps: steps:
... ...
- name: The job has succeeded - name: 作业已成功
if: ${{ success() }} if: ${{ success() }}
``` ```
@ -423,7 +423,7 @@ steps:
```yml ```yml
steps: steps:
... ...
- name: The job has failed - name: 作业失败
if: ${{ failure() }} if: ${{ failure() }}
``` ```