We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4777a commit 14defe5Copy full SHA for 14defe5
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - '**/*.md'
9
10
jobs:
11
build:
README.md
@@ -1,4 +1,4 @@
1
-zh-hans.react.dev-for-docker
+React 中文文档 for [Docker](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
2
===
3
<!--rehype:ignore:start-->
@@ -8,7 +8,7 @@ zh-hans.react.dev-for-docker
[](https://hub.docker.com/r/wcjiang/zh-hans.react.dev)
<!--rehype:ignore:end-->
-新 [React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地部署看文档
+新 [React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地[部署](https://github.com/reactjs/zh-hans.react.dev)查看文档
12
13
14
```bash
0 commit comments